mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 12:22:04 -05:00
17 lines
262 B
NASM
17 lines
262 B
NASM
FuchsiaMart_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
FuchsiaMart_TextPointers:
|
|
dw FuchsiaCashierText
|
|
dw FuchsiaMartText2
|
|
dw FuchsiaMartText3
|
|
|
|
FuchsiaMartText2:
|
|
text_far _FuchsiaMartText2
|
|
text_end
|
|
|
|
FuchsiaMartText3:
|
|
text_far _FuchsiaMartText3
|
|
text_end
|