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.
46 lines
883 B
NASM
46 lines
883 B
NASM
PewterNidoranSpeechHouse_MapScriptHeader:
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
|
|
SuperNerdScript_0x1a2807:
|
|
jumptextfaceplayer UnknownText_0x1a2814
|
|
|
|
GrowlitheScript_0x1a280a:
|
|
loadfont
|
|
writetext UnknownText_0x1a2825
|
|
cry NIDORAN_M
|
|
closetext
|
|
loadmovesprites
|
|
end
|
|
|
|
UnknownText_0x1a2814:
|
|
text "NIDORAN, shake!"
|
|
done
|
|
|
|
UnknownText_0x1a2825:
|
|
text "NIDORAN: Gau gau!"
|
|
done
|
|
|
|
PewterNidoranSpeechHouse_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 2
|
|
warp_def $7, $2, 1, GROUP_PEWTER_CITY, MAP_PEWTER_CITY
|
|
warp_def $7, $3, 1, GROUP_PEWTER_CITY, MAP_PEWTER_CITY
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 0
|
|
|
|
; people-events
|
|
db 2
|
|
person_event SPRITE_SUPER_NERD, 9, 7, OW_LEFT | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, SuperNerdScript_0x1a2807, -1
|
|
person_event SPRITE_GROWLITHE, 9, 8, OW_UP | $12, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrowlitheScript_0x1a280a, -1
|