diff options
Diffstat (limited to 'engine/pokegear.asm')
-rwxr-xr-x | engine/pokegear.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokegear.asm b/engine/pokegear.asm index 2aaf0d74e..da6006853 100755 --- a/engine/pokegear.asm +++ b/engine/pokegear.asm @@ -1952,7 +1952,7 @@ _FlyMap: ; 91af3 call Request1bpp call FlyMap call Function91c8f - ld b, $2 + ld b, SCGB_02 call GetSGBLayout call SetPalettes .loop @@ -2378,7 +2378,7 @@ Function91d11: ; 91d11 call TownMapPals hlbgcoord 0, 0 call TownMapBGUpdate - ld b, $2 + ld b, SCGB_02 call GetSGBLayout call SetPalettes xor a |