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.
66 lines
1.3 KiB
NASM
66 lines
1.3 KiB
NASM
Route30BerrySpeechHouse_MapScriptHeader:
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
|
|
PokefanMScript_0x196d64:
|
|
faceplayer
|
|
loadfont
|
|
checkevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
|
iftrue UnknownScript_0x196d79
|
|
writetext UnknownText_0x196d82
|
|
keeptextopen
|
|
verbosegiveitem BERRY, 1
|
|
iffalse UnknownScript_0x196d7d
|
|
setevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
|
UnknownScript_0x196d79:
|
|
writetext UnknownText_0x196dec
|
|
closetext
|
|
UnknownScript_0x196d7d:
|
|
loadmovesprites
|
|
end
|
|
|
|
Route30BerrySpeechHouseBookshelf:
|
|
jumpstd magazinebookshelf
|
|
|
|
UnknownText_0x196d82:
|
|
text "You know, #MON"
|
|
line "eat BERRIES."
|
|
|
|
para "Well, my #MON"
|
|
line "got healthier by"
|
|
cont "eating a BERRY."
|
|
|
|
para "Here. I'll share"
|
|
line "one with you!"
|
|
done
|
|
|
|
UnknownText_0x196dec:
|
|
text "Check trees for"
|
|
line "BERRIES. They just"
|
|
cont "drop right off."
|
|
done
|
|
|
|
Route30BerrySpeechHouse_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 2
|
|
warp_def $7, $2, 1, GROUP_ROUTE_30, MAP_ROUTE_30
|
|
warp_def $7, $3, 1, GROUP_ROUTE_30, MAP_ROUTE_30
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 2
|
|
signpost 1, 0, SIGNPOST_READ, Route30BerrySpeechHouseBookshelf
|
|
signpost 1, 1, SIGNPOST_READ, Route30BerrySpeechHouseBookshelf
|
|
|
|
; people-events
|
|
db 1
|
|
person_event SPRITE_POKEFAN_M, 7, 6, OW_UP | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, PokefanMScript_0x196d64, -1
|