mirror of
https://github.com/pret/pokered.git
synced 2026-04-21 14:38:47 -05:00
16 lines
245 B
NASM
Executable File
16 lines
245 B
NASM
Executable File
FuchsiaMartScript:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
FuchsiaMartTextPointers:
|
|
dw FuchsiaCashierText
|
|
dw FuchsiaMartText2
|
|
dw FuchsiaMartText3
|
|
|
|
FuchsiaMartText2:
|
|
TX_FAR _FuchsiaMartText2
|
|
db "@"
|
|
|
|
FuchsiaMartText3:
|
|
TX_FAR _FuchsiaMartText3
|
|
db "@"
|