mirror of
https://github.com/pret/pokered.git
synced 2026-04-05 17:05:18 -05:00
23 lines
401 B
NASM
23 lines
401 B
NASM
CopycatsHouse1F_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CopycatsHouse1F_TextPointers:
|
|
dw CopycatsHouse1FText1
|
|
dw CopycatsHouse1FText2
|
|
dw CopycatsHouse1FText3
|
|
|
|
CopycatsHouse1FText1:
|
|
text_far _CopycatsHouse1FText1
|
|
text_end
|
|
|
|
CopycatsHouse1FText2:
|
|
text_far _CopycatsHouse1FText2
|
|
text_end
|
|
|
|
CopycatsHouse1FText3:
|
|
text_far _CopycatsHouse1FText3
|
|
text_asm
|
|
ld a, CHANSEY
|
|
call PlayCry
|
|
jp TextScriptEnd
|