mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 04:11:32 -05:00
25 lines
416 B
NASM
25 lines
416 B
NASM
PewterNidoranHouse_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
PewterNidoranHouse_TextPointers:
|
|
dw PewterHouse1Text1
|
|
dw PewterHouse1Text2
|
|
dw PewterHouse1Text3
|
|
|
|
PewterHouse1Text1:
|
|
text_far _PewterHouse1Text1
|
|
text_asm
|
|
ld a, NIDORAN_M
|
|
call PlayCry
|
|
call WaitForSoundToFinish
|
|
jp TextScriptEnd
|
|
|
|
PewterHouse1Text2:
|
|
text_far _PewterHouse1Text2
|
|
text_end
|
|
|
|
PewterHouse1Text3:
|
|
text_far _PewterHouse1Text3
|
|
text_end
|