diff options
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,5 @@ INCLUDE "constants.asm" + INCLUDE "macros/wram.asm" @@ -2111,7 +2112,6 @@ wEnemyMonCatchRate:: db ; d22b wEnemyMonBaseExp:: db ; d22c wEnemyMonEnd:: - wBattleMode:: ; d22d ; 0: overworld ; 1: wild battle @@ -2471,7 +2471,6 @@ wBadges:: wJohtoBadges:: flag_array NUM_JOHTO_BADGES ; d857 wKantoBadges:: flag_array NUM_KANTO_BADGES ; d858 - wTMsHMs:: ds NUM_TMS + NUM_HMS ; d859 wTMsHMsEnd:: @@ -2750,7 +2749,6 @@ wKurtApricornQuantity:: db wPlayerDataEnd:: - wCurrMapData:: wVisitedSpawns:: flag_array NUM_SPAWNS ; dca5 |