Stretchy Vines, Stretchier Tongues!

This commit is contained in:
Misty Violet 2023-10-29 17:57:22 -04:00
parent 8800739052
commit d76255ec9f
64 changed files with 293 additions and 58 deletions

View file

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

View file

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