diff --git a/engine/overworld/special_warps.asm b/engine/overworld/special_warps.asm index c538938bd9..0cc2a47490 100644 --- a/engine/overworld/special_warps.asm +++ b/engine/overworld/special_warps.asm @@ -14,7 +14,7 @@ PrepareForSpecialWarp:: .setNewGameMatWarp ; This is called by OakSpeech during StartNewGame and ; loads the first warp event for the specified map index. - ld a, PALLET_TOWN + ld a, PALLET_TOWN .next ld b, a ld a, [wd72d] diff --git a/ram/wram.asm b/ram/wram.asm index 82a5f14cd8..3deb114ac3 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -1796,7 +1796,7 @@ wUnusedD366:: db wCurMapHeader:: wCurMapTileset:: db -wCurMapHeight:: db +wCurMapHeight:: db wCurMapWidth:: db wCurMapDataPtr:: dw wCurMapTextPtr:: dw