diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-12 13:10:01 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-12 13:31:27 -0400 |
commit | 3e40a1ecd0dc81d1d5be5f1adda1fbbe14b67d83 (patch) | |
tree | f16febfeb0c404b6fd1c0e630d26da14eaf07a71 /wram.asm | |
parent | dac57cee381b68350ef50317619334892c140945 (diff) |
Simple cleanups in constants/data/macros and banks 1-4.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1828,7 +1828,7 @@ wBaseUnusedFrontpic:: dw ; d132 wBaseUnusedBackpic:: dw ; d134 wBaseGrowthRate:: db ; d136 wBaseEggGroups:: db ; d137 -wd138:: ds 1 ; d138 +wBaseTMHM:: ds 1 ; d138 wd139:: ds 1 ; d139 wd13a:: ds 1 ; d13a wd13b:: ds 1 ; d13b |