pokered/scripts/PewterNidoranHouse.asm

25 lines
698 B
NASM
Raw Permalink Normal View History

PewterNidoranHouse_Script:
2014-05-18 18:19:10 +00:00
jp EnableAutoTextBoxDrawing
PewterNidoranHouse_TextPointers:
def_text_pointers
dw_const PewterNidoranHouseNidoranText, TEXT_PEWTERNIDORANHOUSE_NIDORAN
dw_const PewterNidoranHouseLittleBoyText, TEXT_PEWTERNIDORANHOUSE_LITTLE_BOY
dw_const PewterNidoranHouseMiddleAgedManText, TEXT_PEWTERNIDORANHOUSE_MIDDLE_AGED_MAN
2014-05-18 18:19:10 +00:00
PewterNidoranHouseNidoranText:
text_far _PewterNidoranHouseNidoranText
text_asm
2014-05-18 18:19:10 +00:00
ld a, NIDORAN_M
call PlayCry
call WaitForSoundToFinish
jp TextScriptEnd
PewterNidoranHouseLittleBoyText:
text_far _PewterNidoranHouseLittleBoyText
text_end
2014-05-18 18:19:10 +00:00
PewterNidoranHouseMiddleAgedManText:
text_far _PewterNidoranHouseMiddleAgedManText
text_end