Prev: 64468 Up: Map Next: 64492
64475: Update XXXXX Buffer
Used by the routines at 57030, SelectionScreen and PlayTelecastIntro.
Todo: Find out what this specific buffer does.
UpdateXXXXXBuffer 64475 CALL ClearBuffers Call ClearBuffers.
64478 LD HL,26624 HL=GameBuffer.
64481 LD DE,26625 DE=26625.
64484 LD BC,767 BC=767.
64487 LD (HL),255 Write 255 to *HL.
64489 LDIR Copy 767 bytes from HL to DE.
64491 RET Return.
Prev: 64468 Up: Map Next: 64492