mirror of
https://github.com/pret/pokered.git
synced 2024-11-27 16:10:41 +00:00
28 lines
444 B
NASM
Executable File
28 lines
444 B
NASM
Executable File
SaffronHouse1Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
SaffronHouse1TextPointers:
|
|
dw SaffronHouse1Text1
|
|
dw SaffronHouse1Text2
|
|
dw SaffronHouse1Text3
|
|
dw SaffronHouse1Text4
|
|
|
|
SaffronHouse1Text1:
|
|
TX_FAR _SaffronHouse1Text1
|
|
db "@"
|
|
|
|
SaffronHouse1Text2:
|
|
TX_FAR _SaffronHouse1Text2
|
|
TX_ASM
|
|
ld a, PIDGEY
|
|
call PlayCry
|
|
jp TextScriptEnd
|
|
|
|
SaffronHouse1Text3:
|
|
TX_FAR _SaffronHouse1Text3
|
|
db "@"
|
|
|
|
SaffronHouse1Text4:
|
|
TX_FAR _SaffronHouse1Text4
|
|
db "@"
|