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:
69
maps/Route26HealSpeechHouse.asm
Normal file
69
maps/Route26HealSpeechHouse.asm
Normal file
@@ -0,0 +1,69 @@
|
||||
Route26HealSpeechHouse_MapScriptHeader: ; 0x7b123
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x7b125
|
||||
|
||||
UnknownScript_0x7b125: ; 0x7b125
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x7b14d
|
||||
closetext
|
||||
loadmovesprites
|
||||
special $0030
|
||||
special $0033
|
||||
special $009d
|
||||
playmusic $000d
|
||||
special $001b
|
||||
pause 60
|
||||
special $0032
|
||||
special $003d
|
||||
loadfont
|
||||
2writetext UnknownText_0x7b18b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x7b14a
|
||||
|
||||
MapRoute26HealSpeechHouseSignpost1Script: ; 0x7b14a
|
||||
jumpstd $0002
|
||||
; 0x7b14d
|
||||
|
||||
UnknownText_0x7b14d: ; 0x7b14d
|
||||
db $0, "Your #MON look", $4f
|
||||
db "a little tired.", $51
|
||||
db "You should rest", $4f
|
||||
db "them a while.", $57
|
||||
; 0x7b18b
|
||||
|
||||
UnknownText_0x7b18b: ; 0x7b18b
|
||||
db $0, "There!", $51
|
||||
db "Your #MON are", $4f
|
||||
db "looking good!", $51
|
||||
db "Keep at it!", $57
|
||||
; 0x7b1bb
|
||||
|
||||
Route26HealSpeechHouse_MapEventHeader: ; 0x7b1bb
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 2
|
||||
warp_def $7, $2, 2, GROUP_ROUTE_26, MAP_ROUTE_26
|
||||
warp_def $7, $3, 2, GROUP_ROUTE_26, MAP_ROUTE_26
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 0, $0, MapRoute26HealSpeechHouseSignpost1Script
|
||||
signpost 1, 1, $0, MapRoute26HealSpeechHouseSignpost1Script
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event $29, 7, 6, $6, $0, 255, 255, $90, 0, UnknownScript_0x7b125, $ffff
|
||||
; 0x7b1e2
|
||||
|
||||
Reference in New Issue
Block a user