Prev: 30098 Up: Map Next: 30125
30105: Game Entry Point
GameEntryPoint 30105 DI Disable interrupts.
30106 XOR A Jump to GameEntryPoint_TimingCheck (copy protection?)
30107 JR Z,GameEntryPoint_TimingCheck
30109 RST 0 Reset the machine (never reached in normal operation).
Run a copy protection timing check.
GameEntryPoint_TimingCheck 30110 LD HL,(23672) Add FRAMES to 61118.
30113 LD BC,61118
30116 ADC HL,BC
30118 JP Z,TitleScreen If the if the result is zero, jump to TitleScreen.
The copy protection timing check failed ...
30121 CALL TransitionEffect Display the transition effect and reset the machine.
30124 RST 0
Prev: 30098 Up: Map Next: 30125