mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

need to fix layout link to futureproof it better but for now it works. Mart changes save space in wRAM.
19 lines
359 B
NASM
19 lines
359 B
NASM
FuchsiaMart_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
FuchsiaMart_TextPointers:
|
|
dw FuchsiaCashierText
|
|
dw FuchsiaMartText2
|
|
dw FuchsiaMartText3
|
|
|
|
FuchsiaMartText2:
|
|
text_far _FuchsiaMartText2
|
|
text_end
|
|
|
|
FuchsiaMartText3:
|
|
text_far _FuchsiaMartText3
|
|
text_end
|
|
|
|
FuchsiaCashierText::
|
|
script_mart ULTRA_BALL, GREAT_BALL, SUPER_POTION, REVIVE, FULL_HEAL, SUPER_REPEL
|