2015-07-10 08:45:35 +00:00
|
|
|
IlexForestAzaleaGate_MapScriptHeader:
|
2013-02-17 06:54:07 +00:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
OfficerScript_0x62c7a:
|
2013-02-17 06:54:07 +00:00
|
|
|
jumptextfaceplayer UnknownText_0x62c80
|
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
GrannyScript_0x62c7d:
|
2013-02-17 06:54:07 +00:00
|
|
|
jumptextfaceplayer UnknownText_0x62cb0
|
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
UnknownText_0x62c80:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "ILEX FOREST is"
|
|
|
|
line "big. Be careful!"
|
|
|
|
cont "Don't get lost."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
UnknownText_0x62cb0:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "The FOREST is"
|
|
|
|
line "watched over by"
|
|
|
|
cont "its protector."
|
|
|
|
|
|
|
|
para "Stay out of"
|
|
|
|
line "mischief!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
IlexForestAzaleaGate_MapEventHeader:
|
2013-02-17 06:54:07 +00:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 4
|
|
|
|
warp_def $4, $0, 2, GROUP_ILEX_FOREST, MAP_ILEX_FOREST
|
|
|
|
warp_def $5, $0, 3, GROUP_ILEX_FOREST, MAP_ILEX_FOREST
|
|
|
|
warp_def $4, $9, 7, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
|
|
|
|
warp_def $5, $9, 8, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 2
|
2015-07-16 22:10:10 +00:00
|
|
|
person_event SPRITE_OFFICER, 6, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x62c7a, -1
|
|
|
|
person_event SPRITE_GRANNY, 7, 5, UP << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, GrannyScript_0x62c7d, -1
|