pokecrystal-board/maps/PewterNidoranSpeechHouse.asm

46 lines
799 B
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
PewterNidoranSpeechHouse_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
SuperNerdScript_0x1a2807:
jumptextfaceplayer UnknownText_0x1a2814
2015-07-10 01:45:35 -07:00
GrowlitheScript_0x1a280a:
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a2825
cry NIDORAN_M
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownText_0x1a2814:
text "NIDORAN, shake!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1a2825:
text "NIDORAN: Gau gau!"
done
2015-07-10 01:45:35 -07:00
PewterNidoranSpeechHouse_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 1, PEWTER_CITY
warp_def $7, $3, 1, PEWTER_CITY
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 2
person_event SPRITE_SUPER_NERD, 9, 7, $9, 0, 0, -1, -1, 8 + PAL_OW_GREEN, 0, 0, SuperNerdScript_0x1a2807, -1
person_event SPRITE_GROWLITHE, 9, 8, $16, 0, 0, -1, -1, 8 + PAL_OW_BLUE, 0, 0, GrowlitheScript_0x1a280a, -1