mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 04:11:32 -05:00
17 lines
254 B
NASM
Executable File
17 lines
254 B
NASM
Executable File
FuchsiaMart_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
FuchsiaMart_TextPointers:
|
|
dw FuchsiaCashierText
|
|
dw FuchsiaMartText2
|
|
dw FuchsiaMartText3
|
|
|
|
FuchsiaMartText2:
|
|
TX_FAR _FuchsiaMartText2
|
|
db "@"
|
|
|
|
FuchsiaMartText3:
|
|
TX_FAR _FuchsiaMartText3
|
|
db "@"
|