2015-07-10 01:45:35 -07:00
|
|
|
BlackthornPokeCenter1F_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
NurseScript_0x195b79:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd pokecenternurse
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
GentlemanScript_0x195b7c:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x195b85
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
TwinScript_0x195b7f:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x195bfd
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
CooltrainerMScript_0x195b82:
|
2015-07-11 23:00:17 -07:00
|
|
|
jumpstd happinesschecknpc
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x195b85:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Deep inside far-"
|
|
|
|
line "off INDIGO PLATEAU"
|
|
|
|
|
|
|
|
para "is the #MON"
|
|
|
|
line "LEAGUE."
|
|
|
|
|
|
|
|
para "I hear the best"
|
|
|
|
line "trainers gather"
|
|
|
|
|
|
|
|
para "there from around"
|
|
|
|
line "the country."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x195bfd:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There was this"
|
|
|
|
line "move I just had"
|
|
|
|
|
|
|
|
para "to teach my #-"
|
|
|
|
line "MON."
|
|
|
|
|
|
|
|
para "So I got the MOVE"
|
|
|
|
line "DELETER to make it"
|
|
|
|
cont "forget an HM move."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
BlackthornPokeCenter1F_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 3
|
|
|
|
warp_def $7, $3, 5, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
|
|
|
|
warp_def $7, $4, 5, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
|
|
|
|
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 4
|
2015-07-16 15:10:10 -07:00
|
|
|
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, $0, 0, NurseScript_0x195b79, -1
|
|
|
|
person_event SPRITE_GENTLEMAN, 7, 9, UP << 2 | $2, $0, -1, -1, $0, 0, GentlemanScript_0x195b7c, -1
|
|
|
|
person_event SPRITE_TWIN, 8, 5, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, TwinScript_0x195b7f, -1
|
|
|
|
person_event SPRITE_COOLTRAINER_M, 10, 11, UP << 2 | $1, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerMScript_0x195b82, -1
|