diff options
author | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-11 00:36:12 +0100 |
---|---|---|
committer | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-11 00:36:12 +0100 |
commit | 467f8980840250aaed160868f72a5ba3d5e2ce55 (patch) | |
tree | 09d407432bd25df46351cfd123b1bfd38111db5d /wram.asm | |
parent | 22299aa600be051e6a5ad803be6b9d9bf5633e12 (diff) |
Labelling mapmode functions
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -231,7 +231,7 @@ wDrawBottomMessageBox:: ; 0xd4aa wd4ab:: ; 0xd4ab ds $1 -wCurrentStage:: ; 0xd4ac see constants/stage_constants.asm for list. bit 1 is 1 if the stage has flippers +wCurrentStage:: ; 0xd4ac see constants/stage_constants.asm for list. bit 0 is 1 if the stage has flippers ds $1 wd4ad:: ; 0xd4ad @@ -391,13 +391,13 @@ wWhichDiglettId:: ; 0xd4ee wWhichPsyduckPoliwagId:: ds $1 -wd4ef:: ; 0xd4ef +wLeftDiglettAnimationController:: ; 0xd4ef $50 = in and pained look. 0 = normal state ds $1 wLeftMapMoveCounter:: ; 0xd4f0 ds $1 -wd4f1:: ; 0xd4f1 +wRightDiglettAnimationController:: ; 0xd4f1 $50 = in and pained look. 0 = normal state ds $1 wRightMapMoveCounter:: ; 0xd4f2 @@ -672,7 +672,7 @@ wTimerActive:: ; 0xd57d ; Set to 1 when the Timer is displayed and counting down. ds $1 -wd57e:: ; 0xd57e +wd57e:: ; 0xd57e when map mode fails by time, toggled to off from on ds $1 wd57f:: ; 0xd57f |