mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Stretchy Vines, Stretchier Tongues!
This commit is contained in:
parent
8800739052
commit
d76255ec9f
64 changed files with 293 additions and 58 deletions
|
|
@ -130,12 +130,17 @@
|
|||
const HITMONLEE ; 6a
|
||||
const HITMONCHAN ; 6b
|
||||
const LICKITUNG ; 6c
|
||||
const LICKILICKY
|
||||
const LICKILORD
|
||||
const KOFFING ; 6d
|
||||
const WEEZING ; 6e
|
||||
const RHYHORN ; 6f
|
||||
const RHYDON ; 70
|
||||
const CHANSEY ; 71
|
||||
const BURGELA
|
||||
const TANGELA ; 72
|
||||
const TANGROWTH
|
||||
const JUNGELA
|
||||
const KANGASKHAN ; 73
|
||||
const HORSEA ; 74
|
||||
const SEADRA ; 75
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ DEF NUM_HAPPINESS_CHANGES EQU const_value - 1
|
|||
; significant happiness values
|
||||
DEF BASE_HAPPINESS EQU 70
|
||||
DEF FRIEND_BALL_HAPPINESS EQU 200
|
||||
DEF HAPPINESS_TO_EVOLVE EQU 220
|
||||
DEF HAPPINESS_TO_EVOLVE EQU 170
|
||||
DEF HAPPINESS_THRESHOLD_1 EQU 100
|
||||
DEF HAPPINESS_THRESHOLD_2 EQU 200
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue