mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Add comments associating constants with data, and identify some more data
This commit is contained in:
parent
0177688ad4
commit
69788c536b
45 changed files with 318 additions and 299 deletions
|
|
@ -1,4 +1,4 @@
|
|||
; emotion bubbles
|
||||
; EmotionBubblesPointerTable indexes (see engine/overworld/emotion_bubbles.asm)
|
||||
const_def
|
||||
const EXCLAMATION_BUBBLE ; 0
|
||||
const QUESTION_BUBBLE ; 1
|
||||
|
|
@ -13,6 +13,7 @@ SLOTSBIRD EQU $1210
|
|||
SLOTSMOUSE EQU $1614
|
||||
|
||||
; in game trades
|
||||
; TradeMons indexes (see data/events/trades.asm)
|
||||
const_def
|
||||
const TRADE_FOR_TERRY
|
||||
const TRADE_FOR_MARCEL
|
||||
|
|
@ -26,6 +27,7 @@ SLOTSMOUSE EQU $1614
|
|||
const TRADE_FOR_SPOT
|
||||
|
||||
; in game trade dialog sets
|
||||
; InGameTradeTextPointers indexes (see engine/events/in_game_trades.asm)
|
||||
const_def
|
||||
const TRADE_DIALOGSET_CASUAL
|
||||
const TRADE_DIALOGSET_POLITE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue