pokecrystal-board/maps/PewterNidoranSpeechHouse.asm
PikalaxALT 94129b6b45 Finished the decoration attributes table
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.
2015-07-19 04:58:31 -04:00

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