summaryrefslogtreecommitdiff
path: root/scripts/lab3.asm
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-07-03 14:38:12 -0500
committerU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-07-03 14:38:12 -0500
commitf4a31b3e0b7ca89e14c4e3836f3d3ad15f38e5ce (patch)
treec5eb931244f739bd3a88d488586923b2a0762b74 /scripts/lab3.asm
parentcd649184f556db777d592671a7274bfa4a8423d7 (diff)
Rename/organize part 2 of 4
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
Diffstat (limited to 'scripts/lab3.asm')
-rwxr-xr-xscripts/lab3.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/lab3.asm b/scripts/lab3.asm
index 66839b17..80a103ca 100755
--- a/scripts/lab3.asm
+++ b/scripts/lab3.asm
@@ -12,7 +12,7 @@ Lab3Text1: ; 75c94 (1d:5c94)
db $08 ; 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)