Prev: FEFA Up: Map Next: FF86
FF3A: Jump Table: Verbs
JumpTable_Verbs FF3A DEFW Action_Help Verb word token 2E: "H,HELP".
FF3C DEFW Action_Inventory Verb word token 2F: "I,INVE".
FF3E DEFW Action_Look Verb word token 30: "L,LOOK".
FF40 DEFW Action_North Verb word token 31: "N,NORT".
FF42 DEFW Action_South Verb word token 32: "S,SOUT".
FF44 DEFW Action_East Verb word token 33: "E,EAST".
FF46 DEFW Action_West Verb word token 34: "W,WEST".
FF48 DEFW Action_Up Verb word token 35: "U,UP".
FF4A DEFW Action_Down Verb word token 36: "D,DOWN".
FF4C DEFW Action_Examine Verb word token 37: "EXAM".
FF4E DEFW Action_Load Verb word token 38: "LOAD".
FF50 DEFW Action_Save Verb word token 39: "SAVE".
FF52 DEFW Action_Quit Verb word token 3A: "QUIT".
FF54 DEFW Action_Take Verb word token 3B: "TAKE".
FF56 DEFW Action_Get Verb word token 3C: "GET".
FF58 DEFW Action_DropThrow Verb word token 3D: "DROP".
FF5A DEFW Action_DropThrow Verb word token 3E: "THRO".
FF5C DEFW Action_LayPlacePut Verb word token 3F: "LAY,PLAC,PUT".
FF5E DEFW Action_??? Verb word token 40: "KILL".
FF60 DEFW Action_Kill Verb word token 41: "SHOO".
FF62 DEFW $F91B Verb word token 42: "CLIM".
FF64 DEFW Action_Climb Verb word token 43: "EAT".
FF66 DEFW Action_Eat Verb word token 44: "DRIN".
FF68 DEFW Action_Drink Verb word token 45: "OPEN".
FF6A DEFW Action_Open Verb word token 46: "CLOS,SHUT".
FF6C DEFW Action_CloseShut Verb word token 47: "SHOU".
FF6E DEFW Action_Shout Verb word token 48: "GIVE".
FF70 DEFW Action_Insert Verb word token 49: "INSE".
FF72 DEFW Action_Swearing Verb word token 4A: "xxxx".
FF74 DEFW Action_Pull Verb word token 4B: "PULL".
FF76 DEFW Action_Wear Verb word token 4C: "WEAR".
FF78 DEFW Action_LightStrike Verb word token 4D: "LIGH,STRI".
FF7A DEFW Action_Enter Verb word token 4E: "ENTE".
FF7C DEFW Action_Move Verb word token 4F: "MOVE".
FF7E DEFW Action_Unlock Verb word token 50: "UNLO".
FF80 DEFW Action_Row Verb word token 51: "ROW".
FF82 DEFW Action_Swim Verb word token 52: "SWIM".
FF84 DEFW $FD7C Verb word token 53: "IN".
Prev: FEFA Up: Map Next: FF86