mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Honey Pot & Grandma
Ported from Pokemon October.8114fead911a6f3e4f03d00cd6fafdAlterations 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:
parent
02233c5429
commit
bcfafaaf83
21 changed files with 331 additions and 303 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue