mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
More regional trades
None of them work properly due to a bug but it's no fault of the events themselves.
This commit is contained in:
parent
dc4fe39707
commit
8b95d592ec
12 changed files with 51 additions and 14 deletions
|
|
@ -20,6 +20,7 @@ IndigoPlateauLobby_TextPointers:
|
|||
dw IndigoPlateauLobbyText3
|
||||
dw IndigoCashierText
|
||||
dw IndigoTradeNurseText
|
||||
dw ExeggutorTrade
|
||||
|
||||
IndigoHealNurseText:
|
||||
script_pokecenter_nurse
|
||||
|
|
@ -36,4 +37,11 @@ IndigoTradeNurseText:
|
|||
script_cable_club_receptionist
|
||||
|
||||
IndigoCashierText::
|
||||
script_mart ULTRA_BALL, GREAT_BALL, FULL_RESTORE, MAX_POTION, FULL_HEAL, REVIVE, MAX_REPEL
|
||||
script_mart ULTRA_BALL, GREAT_BALL, FULL_RESTORE, MAX_POTION, FULL_HEAL, REVIVE, MAX_REPEL
|
||||
|
||||
ExeggutorTrade:
|
||||
text_asm
|
||||
ld a, TRADE_FOR_EXEGGUTOR_A
|
||||
ld [wWhichTrade], a
|
||||
predef DoInGameTradeDialogue
|
||||
jp TextScriptEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue