diff options
Diffstat (limited to 'mobile/mobile_5e.asm')
-rw-r--r-- | mobile/mobile_5e.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile/mobile_5e.asm b/mobile/mobile_5e.asm index fc66b0521..55654d572 100644 --- a/mobile/mobile_5e.asm +++ b/mobile/mobile_5e.asm @@ -25,7 +25,7 @@ Function17a68f:: ld hl, $d088 bit 5, [hl] jr z, .asm_17a6a6 - ld de, wStringBuffer1 ; $d073 + ld de, wStringBuffer1 push de call Function17a721 pop de @@ -39,7 +39,7 @@ Function17a68f:: Function17a6a8: push de push bc - ld hl, wStringBuffer2 ; $d086 + ld hl, wStringBuffer2 ld bc, $a xor a call ByteFill @@ -531,7 +531,7 @@ String_17a9b2: db "@" Function17a9cb: - ld de, wVirtualOAM ; $c400 + ld de, wVirtualOAM ld hl, $d088 bit 6, [hl] jr nz, .bit_6_set @@ -773,7 +773,7 @@ Function17abcf: ldh [rSVBK], a ld hl, Palette_17ac55 - ld de, wBGPals1 ; $d000 + ld de, wBGPals1 ld bc, 6 palettes call CopyBytes |