summaryrefslogtreecommitdiff
path: root/scripts/route16house.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/route16house.asm')
-rwxr-xr-xscripts/route16house.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/route16house.asm b/scripts/route16house.asm
index 9a189757..a3d61281 100755
--- a/scripts/route16house.asm
+++ b/scripts/route16house.asm
@@ -10,7 +10,7 @@ Route16HouseText1: ; 1e5ff (7:65ff)
ld a, [wd7e0]
bit 6, a
ld hl, HM02ExplanationText
- jr nz, .asm_13616 ; 0x1e608
+ jr nz, .asm_13616
ld hl, Route16HouseText3
call PrintText
ld bc, (HM_02 << 8) | 1
@@ -19,10 +19,10 @@ Route16HouseText1: ; 1e5ff (7:65ff)
ld hl, wd7e0
set 6, [hl]
ld hl, ReceivedHM02Text
- jr .asm_13616 ; 0x1e620
+ jr .asm_13616
.BagFull
ld hl, HM02NoRoomText
-.asm_13616 ; 0x1e625
+.asm_13616
call PrintText
jp TextScriptEnd