mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
94129b6b45
Interpretation of the Decoration Attributes table is complete. Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map.
38 lines
696 B
NASM
38 lines
696 B
NASM
Route5UndergroundEntrance_MapScriptHeader:
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
|
|
TeacherScript_0x18b555:
|
|
jumptextfaceplayer UnknownText_0x18b558
|
|
|
|
UnknownText_0x18b558:
|
|
text "Many cities in"
|
|
line "JOHTO have long"
|
|
|
|
para "histories. I'd"
|
|
line "love to visit!"
|
|
done
|
|
|
|
Route5UndergroundEntrance_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 3
|
|
warp_def $7, $3, 1, GROUP_ROUTE_5, MAP_ROUTE_5
|
|
warp_def $7, $4, 1, GROUP_ROUTE_5, MAP_ROUTE_5
|
|
warp_def $3, $4, 1, GROUP_UNDERGROUND, MAP_UNDERGROUND
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 0
|
|
|
|
; people-events
|
|
db 1
|
|
person_event SPRITE_TEACHER, 6, 6, OW_DOWN | $2, $11, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, TeacherScript_0x18b555, -1
|