summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-07-06 18:48:51 -0500
committerGitHub <noreply@github.com>2017-07-06 18:48:51 -0500
commit0416c0873b392c6e29088c308b302bcea256ae73 (patch)
tree9abeefaad05aced03ee40a46547f3548a9161f12 /home/text.asm
parent23a4406b79d52752f0f5e0893fc149434d0a7021 (diff)
parentd691417d3235df344ad9934157f092adc88ade0a (diff)
Merge pull request #10 from TwitchPlaysPokemon/master
New rgbds compliance
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]