mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Add Trader to Celadon University
Includes fixes to allow trade evos to exist
This commit is contained in:
parent
2d0cac3830
commit
c243548fc4
8 changed files with 94 additions and 22 deletions
|
|
@ -30,6 +30,7 @@ DEF SLOTS_SOMEONESKEYS EQU $ff
|
|||
const TRADE_FOR_DORIS
|
||||
const TRADE_FOR_CRINKLES
|
||||
const TRADE_FOR_SPOT
|
||||
const TRADE_WITH_SELF
|
||||
DEF NUM_NPC_TRADES EQU const_value
|
||||
|
||||
; in game trade dialog sets
|
||||
|
|
@ -38,6 +39,7 @@ DEF NUM_NPC_TRADES EQU const_value
|
|||
const TRADE_DIALOGSET_CASUAL
|
||||
const TRADE_DIALOGSET_POLITE
|
||||
const TRADE_DIALOGSET_HAPPY
|
||||
const TRADE_DIALOGSET_SELF
|
||||
|
||||
; badges
|
||||
; wObtainedBadges and wBeatGymFlags bits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue