diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-17 08:23:27 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-17 08:23:27 -0400 |
commit | f00dbc8015612a50cdffc12d2ec4b644605ca56b (patch) | |
tree | a8e94ef0e83a0406ace4a2a7b96d9e08ad9ce808 /wram.asm | |
parent | d0e5e20dfebdb6cd386c85bed03356a9973c0228 (diff) |
Added some constants, removed todos for overworld.asm
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -733,6 +733,9 @@ wBallQuantities:: db ; d1df SECTION "Rival's Name", WRAM0[$D258] wRivalsName:: ds 6 ; d258 +SECTION "PlayerState", WRAM0[$D264] +wPlayerState:: db ; d264 + SECTION "D4AB", WRAM0[$D4A9] wd4a9:: db ; d4a9 |