mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00
24 lines
409 B
NASM
24 lines
409 B
NASM
PewterNidoranHouse_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
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
|