Add regional trades, break trade limit

All over the place! S.S. Anne doesn't work properly though.

Thanks to Chatot4444 for bypassing the trade limit.
This commit is contained in:
Llinos Evans 2023-04-09 18:56:19 +01:00
parent 56793e1d11
commit 77fd55ea49
20 changed files with 265 additions and 42 deletions

View file

@ -30,6 +30,8 @@ SSAnne2FRooms_TextPointers:
dw SSAnne9Text12
dw SSAnne9Text13
dw SirfetchdTrade
dw MrRimeTrade
dw RapidashTrade
SSAnne9TrainerHeaders:
def_trainers
@ -195,3 +197,17 @@ SirfetchdTrade:
ld [wWhichTrade], a
predef DoInGameTradeDialogue
jp TextScriptEnd
MrRimeTrade:
text_asm
ld a, TRADE_FOR_MR_RIME
ld [wWhichTrade], a
predef DoInGameTradeDialogue
jp TextScriptEnd
RapidashTrade:
text_asm
ld a, TRADE_FOR_RAPIDASH_G
ld [wWhichTrade], a
predef DoInGameTradeDialogue
jp TextScriptEnd