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.
27 lines
565 B
NASM
27 lines
565 B
NASM
CeladonMart5F_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeladonMart5F_TextPointers:
|
|
dw CeladonMart5Text1
|
|
dw CeladonMart5Text2
|
|
dw CeladonMart5Clerk1Text
|
|
dw CeladonMart5Clerk2Text
|
|
dw CeladonMart5Text5
|
|
|
|
CeladonMart5Text1:
|
|
text_far _CeladonMart5Text1
|
|
text_end
|
|
|
|
CeladonMart5Text2:
|
|
text_far _CeladonMart5Text2
|
|
text_end
|
|
|
|
CeladonMart5Text5:
|
|
text_far _CeladonMart5Text5
|
|
text_end
|
|
|
|
CeladonMart5Clerk1Text::
|
|
script_mart X_ACCURACY, GUARD_SPEC, DIRE_HIT, X_ATTACK, X_DEFEND, X_SPEED, X_SPECIAL
|
|
|
|
CeladonMart5Clerk2Text::
|
|
script_mart HP_UP, PROTEIN, IRON, CARBOS, CALCIUM |