Honey Pot & Grandma

Ported from Pokemon October.
8114fead91
1a6f3e4f03
d00cd6fafd

Alterations have been made in that the treemonset has been diversified a bit further, having Munchlax like in DPP. They're L60, intended to be used in Nihon.

I haven't placed the grandma in the region yet, intending for her to be in Old City.
This commit is contained in:
Llinos Evans 2024-07-21 23:00:43 +01:00
parent 02233c5429
commit bcfafaaf83
21 changed files with 331 additions and 303 deletions

View file

@ -14,8 +14,8 @@
; wMomSavingMoney
const ENGINE_MOM_SAVING_MONEY
const ENGINE_MOM_ACTIVE
; wUnusedTwoDayTimerOn
const ENGINE_UNUSED_TWO_DAY_TIMER_ON
; wSweetHoneyEnabled
const ENGINE_SWEET_HONEY
; wStatusFlags
const ENGINE_POKEDEX
const ENGINE_UNOWN_DEX

View file

@ -105,7 +105,7 @@
const WHT_APRICORN ; 61
const BLACKBELT_I ; 62
const BLK_APRICORN ; 63
const ITEM_64 ; 64
const HONEY_POT ; 64
const PNK_APRICORN ; 65
const BLACKGLASSES ; 66
const SLOWPOKETAIL ; 67

View file

@ -191,6 +191,7 @@ DEF NUM_ROAMMON_MAPS EQU 16 ; RoamMaps table size (see data/wild/roammon_maps.as
const TREEMON_SET_ROCK_ICE
const TREEMON_SET_ROCK_SQUARE
const TREEMON_SET_ROCK_WELL
const TREEMON_SET_SWEET_HONEY
DEF NUM_TREEMON_SETS EQU const_value
; treemon scores

View file

@ -212,6 +212,9 @@ DEF MOM_ACTIVE_F EQU 7
DEF MOM_SAVING_MONEY_MASK EQU (1 << MOM_SAVING_SOME_MONEY_F) | (1 << MOM_SAVING_HALF_MONEY_F) | (1 << MOM_SAVING_ALL_MONEY_F)
; wSweetHoneyEnabled
SWEET_HONEY_F EQU 0
; wJohtoBadges::
const_def
const ZEPHYRBADGE