Routines |
Prev: 645A | Up: Map | Next: 6483 |
Used by the routines at HandlerCup and CreateWindow.
|
||||
Prints the cup sprite to the screen.
|
||||
DisplayCupsCollected | 646C | LD HL,$672E | HL=672E (screen location). | |
646F | LD DE,$7F4A | DE=SpriteCup. | ||
6472 | CALL FindActorSpriteAndUpdate_0 | Call FindActorSpriteAndUpdate_0. | ||
6475 | CALL $714C | Call 714C. | ||
Print the "cups collected" count to the screen.
|
||||
6478 | LD DE,$5E3C | DE=Cups_Collected. | ||
647B | LD HL,$48C6 | HL=48C6. | ||
647E | LD B,$01 | B=01. | ||
6480 | JP Score_Player_0 | Jump to Score_Player_0. |
Prev: 645A | Up: Map | Next: 6483 |