Prev: 24149 Up: Map Next: 24589
24576: Security Check
Used by the routine at GameEntry.
SecurityCheck 24576 DI Disable interrupts.
24577 LD SP,24064 Set the stack pointer to 24064.
24580 LD A,(23673) A=FRAMES+1.
24583 CP 37 Return if A is not 37.
24585 RET NZ
24586 JP GameInitialisation Jump to GameInitialisation.
View the equivalent code in;
Prev: 24149 Up: Map Next: 24589