From fda549a27af144cdb601bbd85dba439fce533afc Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 16 Jun 2020 14:11:36 -0400 Subject: [in progress] Harmonize more constant and data files with pokecrystal --- wram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 9b227406..08f4db38 100644 --- a/wram.asm +++ b/wram.asm @@ -1948,7 +1948,7 @@ wBaseUnusedFrontpic:: dw ; d132 wBaseUnusedBackpic:: dw ; d134 wBaseGrowthRate:: db ; d136 wBaseEggGroups:: db ; d137 -wBaseTMHM:: flag_array NUM_TMS + NUM_HMS ; d138 +wBaseTMHM:: flag_array NUM_TM_HM ; d138 wCurBaseDataEnd:: ds 1 -- cgit v1.2.3