Show myVariable at win screen

rodrigotadeu

New member
Dear Guys,

I use the WIN_SCREEN and I wanna show the myVariable text in the middle of that screen, its like the end/high score
How I do this?

I put on PlayerLoseLife.asm
;; LOAD WIN SCREEN
StopSound
LDA #STATE_WIN_GAME
STA change_state
LDA #$01
STA newScreen

RTS
;; END LOAD

And after load the #STATE_WIN_GAME, I wanna show myTimer in the middle to show how much second the player still alive.

Thanks a lot
 
Top Bottom