mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Citrine Pokecenter, trade refactoring
I am tired of doing the Legendary wing event, so I'm populating Citrine City. Some notes; - I refactored the In-Game Trades to match their nicknames and re-distributed them. - I swapped Fuschia's bench guy for the third unused one meant for the safe house, but I may outright restore these. - I refactored the Pokecenter Hidden Objects to all use the same set - they're clones of each other, so this works out. This saves a TON of bytes and works fine. - I placed the Harry trade for Kadabra/Alakazam in Citrine Pokecenter as it feels right for such a powerful Pokemon to be post-game.
This commit is contained in:
parent
ba78014ec6
commit
d5708ef12e
25 changed files with 146 additions and 78 deletions
|
|
@ -20,16 +20,16 @@ DEF SLOTS_SOMEONESKEYS EQU $ff
|
|||
; in game trades
|
||||
; TradeMons indexes (see data/events/trades.asm)
|
||||
const_def
|
||||
const TRADE_FOR_TERRY
|
||||
const TRADE_FOR_LOLA
|
||||
const TRADE_FOR_MARCEL
|
||||
const TRADE_FOR_CHIKUCHIKU ; unused
|
||||
const TRADE_FOR_SAILOR
|
||||
const TRADE_FOR_HARRY
|
||||
const TRADE_FOR_DUX
|
||||
const TRADE_FOR_MARC
|
||||
const TRADE_FOR_LOLA
|
||||
const TRADE_FOR_DORIS
|
||||
const TRADE_FOR_JIMBO
|
||||
const TRADE_FOR_MICHELLE
|
||||
const TRADE_FOR_JENNY
|
||||
const TRADE_FOR_CRINKLES
|
||||
const TRADE_FOR_SPOT
|
||||
const TRADE_FOR_RICKY
|
||||
const TRADE_WITH_SELF ; Celadon University
|
||||
const TRADE_FOR_RATICATE_A ; LGPE Trade references - Viridian
|
||||
const TRADE_FOR_GOLEM_A ; Pewter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue