![]() |
Routines |
Prev: 25690 | Up: Map | Next: 25731 |
Used by the routines at HandlerCup and CreateWindow.
|
||||
Prints the cup sprite to the screen.
|
||||
DisplayCupsCollected | 25708 | LD HL,26414 | HL=26414 (screen location). | |
25711 | LD DE,32586 | DE=SpriteCup. | ||
25714 | CALL FindActorSpriteAndUpdate_0 | Call FindActorSpriteAndUpdate_0. | ||
25717 | CALL 29004 | Call 29004. | ||
Print the "cups collected" count to the screen.
|
||||
25720 | LD DE,24124 | DE=Cups_Collected. | ||
25723 | LD HL,18630 | HL=18630. | ||
25726 | LD B,1 | B=1. | ||
25728 | JP Score_Player_0 | Jump to Score_Player_0. |
Prev: 25690 | Up: Map | Next: 25731 |