mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
432df825d4
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme Added new macro elevfloor to simplify the definition of elevators under this new scheme
61 lines
1.2 KiB
NASM
61 lines
1.2 KiB
NASM
CherrygroveEvolutionSpeechHouse_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
YoungsterScript_0x196cb2:
|
|
loadfont
|
|
writetext UnknownText_0x196cc3
|
|
closetext
|
|
loadmovesprites
|
|
end
|
|
|
|
LassScript_0x196cb9:
|
|
loadfont
|
|
writetext UnknownText_0x196cfc
|
|
closetext
|
|
loadmovesprites
|
|
end
|
|
|
|
CherrygroveEvolutionSpeechHouseBookshelf:
|
|
jumpstd magazinebookshelf
|
|
|
|
UnknownText_0x196cc3:
|
|
text "#MON gain expe-"
|
|
line "rience in battle"
|
|
|
|
para "and change their"
|
|
line "form."
|
|
done
|
|
|
|
UnknownText_0x196cfc:
|
|
text "#MON change?"
|
|
|
|
para "I would be shocked"
|
|
line "if one did that!"
|
|
done
|
|
|
|
CherrygroveEvolutionSpeechHouse_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 2
|
|
warp_def $7, $2, 5, CHERRYGROVE_CITY
|
|
warp_def $7, $3, 5, CHERRYGROVE_CITY
|
|
|
|
.XYTriggers:
|
|
db 0
|
|
|
|
.Signposts:
|
|
db 2
|
|
signpost 1, 0, SIGNPOST_READ, CherrygroveEvolutionSpeechHouseBookshelf
|
|
signpost 1, 1, SIGNPOST_READ, CherrygroveEvolutionSpeechHouseBookshelf
|
|
|
|
.PersonEvents:
|
|
db 2
|
|
person_event SPRITE_LASS, 9, 7, OW_LEFT | $0, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, LassScript_0x196cb9, -1
|
|
person_event SPRITE_YOUNGSTER, 9, 6, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x196cb2, -1
|