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:
Llinos Evans 2023-04-08 02:00:25 +01:00
parent dc4fe39707
commit 8b95d592ec
12 changed files with 51 additions and 14 deletions

View file

@ -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