diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-09-23 12:02:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-23 12:02:22 -0400 |
commit | 3624d83d4c534d3918af795ab2f9a6258ab73182 (patch) | |
tree | cae40326148ae3c37d9cd9d695550f5384816664 /engine | |
parent | 3d6c7a464be046d6c104c62bae35e4810a1b93ae (diff) | |
parent | 2e7e5ca67b47bdd89c370db316992401be8af72b (diff) |
Merge pull request #567 from Rangi42/master
Identifying more labels and constants
Diffstat (limited to 'engine')
-rw-r--r-- | engine/gfx/cgb_layouts.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/cgb_layouts.asm b/engine/gfx/cgb_layouts.asm index 851486d49..06e060443 100644 --- a/engine/gfx/cgb_layouts.asm +++ b/engine/gfx/cgb_layouts.asm @@ -883,7 +883,7 @@ _CGB_MagnetTrain: _CGB_GamefreakLogo: ld de, wBGPals1 - ld a, PREDEFPAL_GAMEFREAK_LOGO + ld a, PREDEFPAL_GAMEFREAK_LOGO_BG call GetPredefPal call LoadHLPaletteIntoDE ld hl, .Palette |