pokecrystal/maps/CherrygroveEvolutionSpeechH...

61 lines
1.1 KiB
NASM
Raw Normal View History

2015-07-10 08:45:35 +00:00
CherrygroveEvolutionSpeechHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 08:45:35 +00:00
YoungsterScript_0x196cb2:
loadfont
2015-01-20 08:01:23 +00:00
writetext UnknownText_0x196cc3
closetext
loadmovesprites
end
2015-07-10 08:45:35 +00:00
LassScript_0x196cb9:
loadfont
2015-01-20 08:01:23 +00:00
writetext UnknownText_0x196cfc
closetext
loadmovesprites
end
2015-06-26 04:01:08 +00:00
CherrygroveEvolutionSpeechHouseBookshelf:
jumpstd magazinebookshelf
2015-07-10 08:45:35 +00:00
UnknownText_0x196cc3:
text "#MON gain expe-"
line "rience in battle"
para "and change their"
line "form."
done
2015-07-10 08:45:35 +00:00
UnknownText_0x196cfc:
text "#MON change?"
para "I would be shocked"
line "if one did that!"
done
2015-07-10 08:45:35 +00:00
CherrygroveEvolutionSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $2, 5, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
warp_def $7, $3, 5, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
; xy triggers
db 0
; signposts
db 2
2015-06-26 04:01:08 +00:00
signpost 1, 0, $0, CherrygroveEvolutionSpeechHouseBookshelf
signpost 1, 1, $0, CherrygroveEvolutionSpeechHouseBookshelf
; people-events
db 2
2015-07-13 04:16:35 +00:00
person_event SPRITE_LASS, 9, 7, $8, $0, 255, 255, $a0, 0, LassScript_0x196cb9, -1
person_event SPRITE_YOUNGSTER, 9, 6, $9, $0, 255, 255, $80, 0, YoungsterScript_0x196cb2, -1