You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Split map scripts, text, events from main.asm
The commit we deserve
This commit is contained in:
193
maps/GoldenrodMagnetTrainStation.asm
Normal file
193
maps/GoldenrodMagnetTrainStation.asm
Normal file
@@ -0,0 +1,193 @@
|
||||
GoldenrodMagnetTrainStation_MapScriptHeader: ; 0x550e5
|
||||
; trigger count
|
||||
db 1
|
||||
|
||||
; triggers
|
||||
dw UnknownScript_0x550eb, $0000
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x550eb
|
||||
|
||||
UnknownScript_0x550eb: ; 0x550eb
|
||||
end
|
||||
; 0x550ec
|
||||
|
||||
UnknownScript_0x550ec: ; 0x550ec
|
||||
faceplayer
|
||||
loadfont
|
||||
checkbit1 $00cd
|
||||
iftrue UnknownScript_0x550fa
|
||||
2writetext UnknownText_0x55160
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x550fa
|
||||
|
||||
UnknownScript_0x550fa: ; 0x550fa
|
||||
2writetext UnknownText_0x551b7
|
||||
yesorno
|
||||
iffalse UnknownScript_0x5512a
|
||||
checkitem PASS
|
||||
iffalse UnknownScript_0x55124
|
||||
2writetext UnknownText_0x551ed
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x55146
|
||||
applymovement $0, MovementData_0x5514f
|
||||
writebyte $0
|
||||
special $0023
|
||||
warpcheck
|
||||
newloadmap $f9
|
||||
applymovement $0, MovementData_0x55122
|
||||
unknown0xa8 $14
|
||||
end
|
||||
; 0x55122
|
||||
|
||||
MovementData_0x55122: ; 0x55122
|
||||
turn_head_down
|
||||
step_end
|
||||
; 0x55124
|
||||
|
||||
UnknownScript_0x55124: ; 0x55124
|
||||
2writetext UnknownText_0x5522c
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x5512a
|
||||
|
||||
UnknownScript_0x5512a: ; 0x5512a
|
||||
2writetext UnknownText_0x5524f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x55130
|
||||
|
||||
UnknownScript_0x55130: ; 0x55130
|
||||
applymovement $2, MovementData_0x55146
|
||||
applymovement $0, MovementData_0x55158
|
||||
applymovement $2, MovementData_0x5514b
|
||||
loadfont
|
||||
2writetext UnknownText_0x5526a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x55143
|
||||
|
||||
UnknownScript_0x55143: ; 0x55143
|
||||
jumptextfaceplayer UnknownText_0x552a3
|
||||
; 0x55146
|
||||
|
||||
MovementData_0x55146: ; 0x55146
|
||||
step_up
|
||||
step_up
|
||||
step_right
|
||||
turn_head_left
|
||||
step_end
|
||||
; 0x5514b
|
||||
|
||||
MovementData_0x5514b: ; 0x5514b
|
||||
step_left
|
||||
step_down
|
||||
step_down
|
||||
step_end
|
||||
; 0x5514f
|
||||
|
||||
MovementData_0x5514f: ; 0x5514f
|
||||
step_up
|
||||
step_up
|
||||
step_up
|
||||
step_left
|
||||
step_left
|
||||
step_left
|
||||
step_up
|
||||
step_up
|
||||
step_end
|
||||
; 0x55158
|
||||
|
||||
MovementData_0x55158: ; 0x55158
|
||||
step_left
|
||||
step_left
|
||||
step_down
|
||||
step_down
|
||||
step_down
|
||||
step_down
|
||||
turn_head_up
|
||||
step_end
|
||||
; 0x55160
|
||||
|
||||
UnknownText_0x55160: ; 0x55160
|
||||
db $0, "The train hasn't", $4f
|
||||
db "come in…", $51
|
||||
db "I know! I'll carry", $4f
|
||||
db "the passengers on", $55
|
||||
db "my back!", $51
|
||||
db "That won't work.", $57
|
||||
; 0x551b7
|
||||
|
||||
UnknownText_0x551b7: ; 0x551b7
|
||||
db $0, "We'll soon depart", $4f
|
||||
db "for SAFFRON.", $51
|
||||
db "Are you coming", $4f
|
||||
db "aboard?", $57
|
||||
; 0x551ed
|
||||
|
||||
UnknownText_0x551ed: ; 0x551ed
|
||||
db $0, "May I see your", $4f
|
||||
db "rail PASS, please?", $51
|
||||
db "OK. Right this", $4f
|
||||
db "way, please.", $57
|
||||
; 0x5522c
|
||||
|
||||
UnknownText_0x5522c: ; 0x5522c
|
||||
db $0, "Sorry. You don't", $4f
|
||||
db "have a rail PASS.", $57
|
||||
; 0x5524f
|
||||
|
||||
UnknownText_0x5524f: ; 0x5524f
|
||||
db $0, "We hope to see you", $4f
|
||||
db "again!", $57
|
||||
; 0x5526a
|
||||
|
||||
UnknownText_0x5526a: ; 0x5526a
|
||||
db $0, "We have arrived in", $4f
|
||||
db "GOLDENROD.", $51
|
||||
db "We hope to see you", $4f
|
||||
db "again.", $57
|
||||
; 0x552a3
|
||||
|
||||
UnknownText_0x552a3: ; 0x552a3
|
||||
db $0, "I'm the PRESIDENT.", $51
|
||||
db "My dream was to", $4f
|
||||
db "build a train that", $51
|
||||
db "is faster than any", $4f
|
||||
db "#MON.", $51
|
||||
db "It really brings", $4f
|
||||
db "JOHTO much closer", $55
|
||||
db "to KANTO.", $57
|
||||
; 0x5531f
|
||||
|
||||
GoldenrodMagnetTrainStation_MapEventHeader: ; 0x5531f
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 4
|
||||
warp_def $11, $8, 5, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
|
||||
warp_def $11, $9, 5, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
|
||||
warp_def $5, $6, 4, GROUP_SAFFRON_TRAIN_STATION, MAP_SAFFRON_TRAIN_STATION
|
||||
warp_def $5, $b, 3, GROUP_SAFFRON_TRAIN_STATION, MAP_SAFFRON_TRAIN_STATION
|
||||
|
||||
; xy triggers
|
||||
db 1
|
||||
xy_trigger 0, $6, $b, $0, UnknownScript_0x55130, $0, $0
|
||||
|
||||
; signposts
|
||||
db 0
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event $43, 13, 13, $6, $0, 255, 255, $0, 0, UnknownScript_0x550ec, $ffff
|
||||
person_event $40, 18, 15, $2, $22, 255, 255, $0, 0, UnknownScript_0x55143, $0749
|
||||
; 0x5535b
|
||||
|
||||
Reference in New Issue
Block a user