Prev: B7F9 Up: Map Next: B84B
B82B: Switch Sprite Drawing Functions
Used by the routines at B3BE, EB79 and EFC7.
Switch_DrawSprite_Functions B82B PUSH HL Stash HL on the stack.
B82C LD HL,$B7F9 Write B7F9 to:
B82F LD ($B8BE),HL
B832 LD ($B8B5),HL
B835 LD ($B895),HL
B838 POP HL Restore HL from the stack.
B839 CALL Controller_Tile Call Controller_Tile.
B83C PUSH HL Stash HL on the stack.
B83D LD HL,$B7BA Write DrawSprite to:
B840 LD ($B895),HL
B843 LD ($B8BE),HL
B846 LD ($B8B5),HL
B849 POP HL Restore HL from the stack.
B84A RET Return.
Prev: B7F9 Up: Map Next: B84B