summaryrefslogtreecommitdiff
path: root/scripts/lab3.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-18 14:19:10 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-18 14:19:10 -0400
commit24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch)
tree07d2ed81b23de081f2003d9f8d50170344dd5ada /scripts/lab3.asm
parent4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff)
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/lab3.asm')
-rwxr-xr-xscripts/lab3.asm63
1 files changed, 63 insertions, 0 deletions
diff --git a/scripts/lab3.asm b/scripts/lab3.asm
new file mode 100755
index 00000000..d56aba26
--- /dev/null
+++ b/scripts/lab3.asm
@@ -0,0 +1,63 @@
+Lab3Script: ; 75c87 (1d:5c87)
+ jp EnableAutoTextBoxDrawing
+
+Lab3TextPointers: ; 75c8a (1d:5c8a)
+ dw Lab3Text1
+ dw Lab3Text2
+ dw Lab3Text3
+ dw Lab3Text4
+ dw Lab3Text5
+
+Lab3Text1: ; 75c94 (1d:5c94)
+ db $08 ; asm
+ ld a, [$d7a1]
+ bit 7, a
+ jr nz, .asm_e551a ; 0x75c9a
+ ld hl, TM35PreReceiveText
+ call PrintText
+ ld bc, (TM_35 << 8) | 1
+ call GiveItem
+ jr nc, .BagFull
+ ld hl, ReceivedTM35Text
+ call PrintText
+ ld hl, $d7a1
+ set 7, [hl]
+ jr .asm_eb896 ; 0x75cb5
+.BagFull
+ ld hl, TM35NoRoomText
+ call PrintText
+ jr .asm_eb896 ; 0x75cbd
+.asm_e551a ; 0x75cbf
+ ld hl, TM35ExplanationText
+ call PrintText
+.asm_eb896 ; 0x75cc5
+ jp TextScriptEnd
+
+TM35PreReceiveText: ; 75cc8 (1d:5cc8)
+ TX_FAR _TM35PreReceiveText
+ db "@"
+
+ReceivedTM35Text: ; 75ccd (1d:5ccd)
+ TX_FAR _ReceivedTM35Text
+ db $0B, "@"
+
+TM35ExplanationText: ; 75cd3 (1d:5cd3)
+ TX_FAR _TM35ExplanationText
+ db "@"
+
+TM35NoRoomText: ; 75cd8 (1d:5cd8)
+ TX_FAR _TM35NoRoomText
+ db "@"
+
+Lab3Text2: ; 75cdd (1d:5cdd)
+ TX_FAR _Lab3Text2
+ db "@"
+
+Lab3Text4: ; 75ce2 (1d:5ce2)
+Lab3Text3: ; 75ce2 (1d:5ce2)
+ TX_FAR _Lab3Text3
+ db "@"
+
+Lab3Text5: ; 75ce7 (1d:5ce7)
+ TX_FAR _Lab3Text5
+ db "@"