mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-27 13:32:36 -05:00
24 lines
383 B
NASM
Executable File
24 lines
383 B
NASM
Executable File
PewterHouse1Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
PewterHouse1TextPointers:
|
|
dw PewterHouse1Text1
|
|
dw PewterHouse1Text2
|
|
dw PewterHouse1Text3
|
|
|
|
PewterHouse1Text1:
|
|
TX_FAR _PewterHouse1Text1
|
|
TX_ASM
|
|
ld a, NIDORAN_M
|
|
call PlayCry
|
|
call WaitForSoundToFinish
|
|
jp TextScriptEnd
|
|
|
|
PewterHouse1Text2:
|
|
TX_FAR _PewterHouse1Text2
|
|
db "@"
|
|
|
|
PewterHouse1Text3:
|
|
TX_FAR _PewterHouse1Text3
|
|
db "@"
|