mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Fuchsia Mart is now in its LGPE location. I moved the Ice, Poison, and Heart Stones here to reduce the power spike from Celadon City as well.
19 lines
397 B
NASM
19 lines
397 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, ICE_STONE, POISON_STONE, HEART_STONE
|