Akalabeth Main Game File

31 thoughts
last posted April 5, 2014, 6 a.m.

2 earlier thoughts

0

So, in summary:

  • C(5) seems to contain the amount of gold the player has
  • PW() seems to contain the count of various items the player has

The index of PW() seems to range over:

  • 0 = FOOD
  • 1 = RAPIER
  • 2 = AXE
  • 3 = SHIELD
  • 4 = BOW
  • 5 = AMULET

On the screen:

  • (16, 10) seems to hold the amount of gold
  • (5 + z, 25 - len(PW(z))) holds PW(z)

28 later thoughts