mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
e703b5ef48
Looks fine at a glance.
73 lines
1.4 KiB
NASM
73 lines
1.4 KiB
NASM
Route30BerrySpeechHouse_MapScriptHeader: ; 0x196d62
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
; 0x196d64
|
|
|
|
PokefanMScript_0x196d64: ; 0x196d64
|
|
faceplayer
|
|
loadfont
|
|
checkevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
|
iftrue UnknownScript_0x196d79
|
|
2writetext UnknownText_0x196d82
|
|
keeptextopen
|
|
verbosegiveitem BERRY, 1
|
|
iffalse UnknownScript_0x196d7d
|
|
setevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
|
UnknownScript_0x196d79: ; 0x196d79
|
|
2writetext UnknownText_0x196dec
|
|
closetext
|
|
UnknownScript_0x196d7d: ; 0x196d7d
|
|
loadmovesprites
|
|
end
|
|
; 0x196d7f
|
|
|
|
MapRoute30BerrySpeechHouseSignpost1Script: ; 0x196d7f
|
|
jumpstd $0003
|
|
; 0x196d82
|
|
|
|
UnknownText_0x196d82: ; 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
|
|
; 0x196dec
|
|
|
|
UnknownText_0x196dec: ; 0x196dec
|
|
text "Check trees for"
|
|
line "BERRIES. They just"
|
|
cont "drop right off."
|
|
done
|
|
; 0x196e20
|
|
|
|
Route30BerrySpeechHouse_MapEventHeader: ; 0x196e20
|
|
; 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, $0, MapRoute30BerrySpeechHouseSignpost1Script
|
|
signpost 1, 1, $0, MapRoute30BerrySpeechHouseSignpost1Script
|
|
|
|
; people-events
|
|
db 1
|
|
person_event SPRITE_POKEFAN_M, 7, 6, $6, $0, 255, 255, $b0, 0, PokefanMScript_0x196d64, $ffff
|
|
; 0x196e47
|
|
|