mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Item Descriptions!
Added using this tutorial: https://github.com/pret/pokered/wiki/Item-Descriptions Credit to Rangi for the baseline code! Updated Candy Sack -> Candy Jar as discussed a while ago too.
This commit is contained in:
parent
8f77a53fc1
commit
efe2d446a1
12 changed files with 997 additions and 25 deletions
|
|
@ -8,7 +8,7 @@ DEF PC_ITEM_CAPACITY EQU 50
|
|||
const MENU_TEMPLATE_03 ; $03 unused
|
||||
const FIELD_MOVE_MON_MENU ; $04
|
||||
const JP_MOCHIMONO_MENU_TEMPLATE ; $05
|
||||
const USE_TOSS_MENU_TEMPLATE ; $06
|
||||
const USE_INFO_TOSS_MENU_TEMPLATE ; $06 was use/toss, now we have item descs tho
|
||||
const MENU_TEMPLATE_07 ; $07 unused
|
||||
const JP_SAVE_MESSAGE_MENU_TEMPLATE ; $08
|
||||
const JP_SPEED_OPTIONS_MENU_TEMPLATE ; $09
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue