diff options
-rw-r--r-- | constants/sgb_constants.asm | 2 | ||||
-rw-r--r-- | engine/gfx/sgb_layouts.asm | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/constants/sgb_constants.asm b/constants/sgb_constants.asm index f18ba2c..5f4f209 100644 --- a/constants/sgb_constants.asm +++ b/constants/sgb_constants.asm @@ -14,7 +14,7 @@ const SGB_EVOLUTION const SGB_GF_INTRO const SGB_TRAINER_CARD - const SGB_0E + const SGB_MOVE_LIST const SGB_PIKACHU_MINIGAME const SGB_POKEDEX_SELECTION const SGB_POKER diff --git a/engine/gfx/sgb_layouts.asm b/engine/gfx/sgb_layouts.asm index f825127..5ab40e1 100644 --- a/engine/gfx/sgb_layouts.asm +++ b/engine/gfx/sgb_layouts.asm @@ -37,7 +37,7 @@ LoadSGBLayout: dw SGB_Evolution dw SGB_GFIntro dw SGB_TrainerCard - dw SGB0e + dw SGB_MoveList dw SGB_PikachuMinigame dw SGB_PokedexSelection dw SGB_Poker @@ -94,7 +94,7 @@ SGB_BattleColors: ld [wccd0], a ret -SGB0e: +SGB_MoveList: ld hl, PalPacket_995c ld de, wcce1 ld bc, PALPACKET_LENGTH @@ -107,7 +107,7 @@ SGB0e: add $23 ld [hl], a ld hl, wcce1 - ld de, BlkPacket_98bc + ld de, BlkPacket_MoveList ret SGB_TownMap: |