summaryrefslogtreecommitdiff
path: root/scripts/lab3.asm
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2015-07-03 16:03:10 -0500
committerDaniel Harding <corrnondacqb@yahoo.com>2015-07-03 16:03:10 -0500
commitec4c53559379f3bf7bd332905ba144e1d998f38b (patch)
treef8ee8f2d9c8042b55edb1a4761833511ab1695b1 /scripts/lab3.asm
parentc43c338a5f7d90494b7e6e67c6533288bd28117d (diff)
parent5d9d26bd5c64a5b11021bdd46e2e0786ddef888d (diff)
Merge pull request #98 from dannye/master
Renaming and clean up
Diffstat (limited to 'scripts/lab3.asm')
-rwxr-xr-xscripts/lab3.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/lab3.asm b/scripts/lab3.asm
index 66839b17..e91d36f3 100755
--- a/scripts/lab3.asm
+++ b/scripts/lab3.asm
@@ -9,10 +9,10 @@ Lab3TextPointers: ; 75c8a (1d:5c8a)
dw Lab3Text5
Lab3Text1: ; 75c94 (1d:5c94)
- db $08 ; asm
+ TX_ASM
ld a, [wd7a1]
bit 7, a
- jr nz, .asm_e551a ; 0x75c9a
+ jr nz, .asm_e551a
ld hl, TM35PreReceiveText
call PrintText
ld bc, (TM_35 << 8) | 1
@@ -22,15 +22,15 @@ Lab3Text1: ; 75c94 (1d:5c94)
call PrintText
ld hl, wd7a1
set 7, [hl]
- jr .asm_eb896 ; 0x75cb5
+ jr .asm_eb896
.BagFull
ld hl, TM35NoRoomText
call PrintText
- jr .asm_eb896 ; 0x75cbd
-.asm_e551a ; 0x75cbf
+ jr .asm_eb896
+.asm_e551a
ld hl, TM35ExplanationText
call PrintText
-.asm_eb896 ; 0x75cc5
+.asm_eb896
jp TextScriptEnd
TM35PreReceiveText: ; 75cc8 (1d:5cc8)