diff options
Diffstat (limited to 'predef/cgb.asm')
-rw-r--r-- | predef/cgb.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm index addbcb0d5..4c164134b 100644 --- a/predef/cgb.asm +++ b/predef/cgb.asm @@ -58,7 +58,7 @@ Predef_LoadSGBLayoutCGB: ; 8d59 dw _CGB_PokedexUnownMode dw _CGB17 dw _CGB18 - dw _CGB19 + dw _CGB_GamefreakLogo ; called before copyright dw _CGB1a dw _CGB1b dw _CGB_FrontpicPals @@ -1002,7 +1002,7 @@ _CGB13: ; 94d0 ret ; 94fa -_CGB19: ; 94fa +_CGB_GamefreakLogo: ; 94fa ld de, UnknBGPals ld a, $4e call GetPredefPal |