pokered/scripts/lab3.asm

62 lines
1 KiB
NASM
Raw Normal View History

2014-05-18 18:19:10 +00:00
Lab3Script: ; 75c87 (1d:5c87)
jp EnableAutoTextBoxDrawing
Lab3TextPointers: ; 75c8a (1d:5c8a)
dw Lab3Text1
dw Lab3Text2
dw Lab3Text3
dw Lab3Text4
dw Lab3Text5
Lab3Text1: ; 75c94 (1d:5c94)
2015-07-03 19:58:50 +00:00
TX_ASM
2015-07-21 01:32:02 +00:00
CheckEvent EVENT_2D7
jr nz, .asm_e551a
2014-05-18 18:19:10 +00:00
ld hl, TM35PreReceiveText
call PrintText
ld bc, (TM_35 << 8) | 1
call GiveItem
jr nc, .BagFull
ld hl, ReceivedTM35Text
call PrintText
2015-07-21 01:32:02 +00:00
SetEvent EVENT_2D7
jr .asm_eb896
2014-05-18 18:19:10 +00:00
.BagFull
ld hl, TM35NoRoomText
call PrintText
jr .asm_eb896
.asm_e551a
2014-05-18 18:19:10 +00:00
ld hl, TM35ExplanationText
call PrintText
.asm_eb896
2014-05-18 18:19:10 +00:00
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 "@"