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:
May Evans 2023-03-08 03:27:32 +00:00
parent 8f77a53fc1
commit efe2d446a1
12 changed files with 997 additions and 25 deletions

View file

@ -52,13 +52,13 @@ DEF SAFARI_ROCK EQU $16 ; overload
const DOME_FOSSIL ; $29
const HELIX_FOSSIL ; $2A
const SECRET_KEY ; $2B
const HEART_STONE ; $2C
const HEART_STONE ; $2C ; was unused
const BIKE_VOUCHER ; $2D
const X_ACCURACY ; $2E
const LEAF_STONE ; $2F
const CARD_KEY ; $30
const NUGGET ; $31
const WING_FOSSIL ; $32
const WING_FOSSIL ; $32 ; was unused
const POKE_DOLL ; $33
const FULL_HEAL ; $34
const REVIVE ; $35
@ -84,7 +84,7 @@ DEF SAFARI_ROCK EQU $16 ; overload
const POKE_FLUTE ; $49
const LIFT_KEY ; $4A
const EXP_ALL ; $4B
const CANDY_SACK ; $4C - was old rod
const CANDY_JAR ; $4C - was old rod
const GOOD_ROD ; $4D - replaceable
const SUPER_ROD ; $4E
const PP_UP ; $4F

View file

@ -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