Prev: 47097 Up: Map Next: 47179
47147: Switch Sprite Drawing Functions
Used by the routines at 46014, 60281 and 61383.
Switch_DrawSprite_Functions 47147 PUSH HL Stash HL on the stack.
47148 LD HL,47097 Write 47097 to:
47151 LD (47294),HL
47154 LD (47285),HL
47157 LD (47253),HL
47160 POP HL Restore HL from the stack.
47161 CALL Controller_Tile Call Controller_Tile.
47164 PUSH HL Stash HL on the stack.
47165 LD HL,47034 Write DrawSprite to:
47168 LD (47253),HL
47171 LD (47294),HL
47174 LD (47285),HL
47177 POP HL Restore HL from the stack.
47178 RET Return.
Prev: 47097 Up: Map Next: 47179