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.
24 lines
449 B
NASM
24 lines
449 B
NASM
CeladonMart4F_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeladonMart4F_TextPointers:
|
|
dw CeladonMart4ClerkText
|
|
dw CeladonMart4Text2
|
|
dw CeladonMart4Text3
|
|
dw CeladonMart4Text4
|
|
|
|
CeladonMart4Text2:
|
|
text_far _CeladonMart4Text2
|
|
text_end
|
|
|
|
CeladonMart4Text3:
|
|
text_far _CeladonMart4Text3
|
|
text_end
|
|
|
|
CeladonMart4Text4:
|
|
text_far _CeladonMart4Text4
|
|
text_end
|
|
|
|
CeladonMart4ClerkText::
|
|
script_mart POKE_DOLL, FIRE_STONE, THUNDER_STONE, WATER_STONE, LEAF_STONE
|