Prev: 5E55 Up: Map Next: 600D
6000: Security Check
Used by the routine at GameEntry.
SecurityCheck 6000 DI Disable interrupts.
6001 LD SP,$5E00 Set the stack pointer to 5E00.
6004 LD A,($5C79) A=FRAMES+01.
6007 CP $25 Return if A is not 25.
6009 RET NZ
600A JP GameInitialisation Jump to GameInitialisation.
View the equivalent code in;
Prev: 5E55 Up: Map Next: 600D