mirror of
https://github.com/pret/pokered.git
synced 2026-05-06 05:08:32 -05:00
16 lines
247 B
NASM
Executable File
16 lines
247 B
NASM
Executable File
FuchsiaMart_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
FuchsiaMart_TextPointers:
|
|
dw FuchsiaCashierText
|
|
dw FuchsiaMartText2
|
|
dw FuchsiaMartText3
|
|
|
|
FuchsiaMartText2:
|
|
TX_FAR _FuchsiaMartText2
|
|
db "@"
|
|
|
|
FuchsiaMartText3:
|
|
TX_FAR _FuchsiaMartText3
|
|
db "@"
|