mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Define constants for in-game trades
This commit is contained in:
parent
b9a113a9f4
commit
8c83ebe966
9 changed files with 22 additions and 9 deletions
|
|
@ -12,6 +12,19 @@ SLOTSFISH EQU $0E0C
|
|||
SLOTSBIRD EQU $1210
|
||||
SLOTSMOUSE EQU $1614
|
||||
|
||||
; in game trades
|
||||
const_def
|
||||
const TRADE_FOR_TERRY
|
||||
const TRADE_FOR_MARCEL
|
||||
const TRADE_FOR_CHIKUCHIKU
|
||||
const TRADE_FOR_SAILOR
|
||||
const TRADE_FOR_DUX
|
||||
const TRADE_FOR_MARC
|
||||
const TRADE_FOR_LOLA
|
||||
const TRADE_FOR_DORIS
|
||||
const TRADE_FOR_CRINKLES
|
||||
const TRADE_FOR_SPOT
|
||||
|
||||
; in game trade dialog sets
|
||||
const_def
|
||||
const TRADE_DIALOGSET_CASUAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue