mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-19 09:22:40 -05:00
15 lines
230 B
NASM
Executable File
15 lines
230 B
NASM
Executable File
PewterHouse2Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
PewterHouse2TextPointers:
|
|
dw PewterHouse2Text1
|
|
dw PewterHouse2Text2
|
|
|
|
PewterHouse2Text1:
|
|
TX_FAR _PewterHouse2Text1
|
|
db "@"
|
|
|
|
PewterHouse2Text2:
|
|
TX_FAR _PewterHouse2Text2
|
|
db "@"
|