summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/text.asm')
-rwxr-xr-xhome/text.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/text.asm b/home/text.asm
index 72cec7e..1901676 100755
--- a/home/text.asm
+++ b/home/text.asm
@@ -380,7 +380,7 @@ Func_32cc: ; 0x32cc
pop af
ld e, a
ld d, wBottomMessageText / $100
- ld hl, [sp+$5]
+ ld hl, sp + 5
lb bc, 8, 1
.asm_32ec
ld a, [hl]
@@ -519,7 +519,7 @@ Func_3372: ; 0x3372
pop af
ld e, a
ld d, wBottomMessageText / $100
- ld hl, [sp+$5]
+ ld hl, sp + 5
lb bc, 8, 1
.asm_338a
ld a, [hl]