diff options
| author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-12 13:56:19 +0700 |
|---|---|---|
| committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-12 13:56:19 +0700 |
| commit | 4f0e8ce39c6c8f0b7bb087a7911077e9fac0008a (patch) | |
| tree | f116b8a3ec62e1facab2337370041043d1f7f08d /ram | |
| parent | 7ce11f0e85198bb2a8458181370b5e631ec393f6 (diff) | |
Label more stuff in the Pikachu minigame
Diffstat (limited to 'ram')
| -rw-r--r-- | ram/wram.asm | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index 8ff99b1..287d044 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -177,7 +177,7 @@ wPikachuMinigamePikachuNextAnim:: ds 1 wPikachuMinigameControlEnable:: ds 1 -wc606:: ds 1 +wc606:: ds 1 ; written to, but is this read from? wPikachuMinigamePikachuYOffset:: ds 1 wPikachuMinigameNoteTimer:: ds 1 @@ -194,16 +194,20 @@ wPikachuMinigameNoteCaught:: ds 1 wPikachuMinigameTimeFrames:: ds 1 wPikachuMinigameTimeSeconds:: ds 1 +; are these two used? wc613:: ds 1 wc614:: ds 1 + wPikachuMinigameRedrawTimer:: ds 1 wc616:: ds 1 wPikachuMinigameScrollSpeed:: ds 1 -wc618:: ds 1 -wc619:: ds 1 -wc61a:: ds 1 -wPikachuMinigameColumnPointer:: ds 2 + +wPikachuMinigameColumnFlags:: ds 1 wPikachuMinigameSavedColumnPointer:: ds 2 +wPikachuMinigameColumnPointer:: ds 2 + +wPikachuMinigameRepeatColumnCounter:: ds 1 +wPikachuMinigameRepeatColumnCounter2:: ds 1 wPikachuMinigameSceneTimer:: ds 1 |
