mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 12:22:04 -05:00
17 lines
252 B
NASM
Executable File
17 lines
252 B
NASM
Executable File
FuchsiaMartScript:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
FuchsiaMartTextPointers:
|
|
dw FuchsiaCashierText
|
|
dw FuchsiaMartText2
|
|
dw FuchsiaMartText3
|
|
|
|
FuchsiaMartText2:
|
|
TX_FAR _FuchsiaMartText2
|
|
db "@"
|
|
|
|
FuchsiaMartText3:
|
|
TX_FAR _FuchsiaMartText3
|
|
db "@"
|