Prev: 56768 Up: Map Next: 56857
56832: Entry Point
When the game has loaded ShadowScreenBuffer contains this copyright splash.
splash-screen
EntryPoint 56832 XOR A Write 0 to BORDCR.
56833 LD (23624),A
56836 OUT (254),A Set the border colour to BLACK.
56838 LD HL,27392 HL=ShadowScreenBuffer.
56841 LD DE,16384 DE=16384 (screen buffer).
56844 LD BC,6912 BC=6912.
56847 LDIR Copy the splash screen to the screen buffer.
Show this for an extended period of time.
56849 LD A,10 A=10.
GameEntryPoint_PauseLoop 56851 CALL ShortPause Call ShortPause.
56854 DEC A Decrease A by one.
56855 JR NZ,GameEntryPoint_PauseLoop Jump to GameEntryPoint_PauseLoop until A is zero.
Continue on to GameEntryPoint.
Prev: 56768 Up: Map Next: 56857