Game status buffer |
Prev: CE12 | Up: Map | Next: CE1A |
These buffers point to the routines for character/ door actions for each door that are currently "in-play". Some example routines would be;
|
||||||||||||||||
Door_Routine_01 | CE14 | DEFW $0000 | Door 1 character/ door routine in-play. | |||||||||||||
Door_Routine_02 | CE16 | DEFW $0000 | Door 2 character/ door routine in-play. | |||||||||||||
Door_Routine_03 | CE18 | DEFW $0000 | Door 3 character/ door routine in-play. |
Prev: CE12 | Up: Map | Next: CE1A |