diff options
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_40.asm | 4 | ||||
-rw-r--r-- | mobile/mobile_5c.asm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index a4cc4ccb8..79324161a 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -75,8 +75,8 @@ SetRAMStateForMobile: ; 100063 EnableMobile: ; 100082 xor a - ld hl, wOverworldMap - ld bc, wOverworldMapEnd - wOverworldMap + ld hl, wOverworldMapBlocks + ld bc, wOverworldMapBlocksEnd - wOverworldMapBlocks call ByteFill di diff --git a/mobile/mobile_5c.asm b/mobile/mobile_5c.asm index 86cb67b71..e74321fc9 100644 --- a/mobile/mobile_5c.asm +++ b/mobile/mobile_5c.asm @@ -106,7 +106,7 @@ Function170c06: ; 170c06 call GetSRAMBank ld hl, $a894 ld a, [wBattleResult] - and a + and a ; WIN? jr nz, .asm_170c15 inc [hl] |