Routines |
Prev: 7800 | Up: Map | Next: 800A |
Used by the routine at GameEntry.
|
||||
SecurityCheck | 8000 | DI | Disable interrupts. | |
8001 | LD SP,$5E00 | Set the stack pointer to 5E00. | ||
8004 | LD A,($5C79) | A=FRAMES+01. | ||
8007 | CP $83 | Return if A is not 83. | ||
8009 | RET NZ | |||
Continue on to GameInitialisation.
View the equivalent code in;
|
Prev: 7800 | Up: Map | Next: 800A |