diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 14:11:36 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 14:32:48 -0400 |
commit | fda549a27af144cdb601bbd85dba439fce533afc (patch) | |
tree | 5ce70c4d925ac6a377026875b57d1e1a733ebad6 /engine/gfx/sgb_layouts.asm | |
parent | 011f795ea7ed47779a04e9d6e0a617309b33cecc (diff) |
[in progress] Harmonize more constant and data files with pokecrystal
Diffstat (limited to 'engine/gfx/sgb_layouts.asm')
-rw-r--r-- | engine/gfx/sgb_layouts.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/gfx/sgb_layouts.asm b/engine/gfx/sgb_layouts.asm index 561d6063..8e86210f 100644 --- a/engine/gfx/sgb_layouts.asm +++ b/engine/gfx/sgb_layouts.asm @@ -53,7 +53,7 @@ LoadSGBLayout: dw .SGB_TrainerOrMonFrontpicPals dw .SGB_MysteryGift dw .SGB1e - dw .SGB_Pokedex_5_5 + dw .SGB_Pokedex_5x5 .SGB_BattleGrayscale: ld hl, PalPacket_BattleGrayscale @@ -224,9 +224,9 @@ LoadSGBLayout: ld de, BlkPacket_Pokedex_PC ret -.SGB_Pokedex_5_5: +.SGB_Pokedex_5x5: call .SGB_Pokedex - ld de, BlkPacket_9f65 + ld de, BlkPacket_Pokedex_5x5 ret .SGB_BillsPC: |