mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Channeler Squad
This adds the Channeler trainers to Lavender Crypt and updates Mediums and Channelers to use the `PAL_NPC_EMOTE` NPCPAL. Over to you, Misty!
This commit is contained in:
parent
d5fcc7d0d3
commit
edccae1d74
9 changed files with 512 additions and 12 deletions
|
|
@ -1090,7 +1090,19 @@
|
|||
const EVENT_BEAT_SAGE_MASA
|
||||
const EVENT_BEAT_SAGE_KOJI
|
||||
; New trainers
|
||||
const EVENT_BEAT_CHANNELER_SHANNA ; unused
|
||||
const EVENT_BEAT_CHANNELER_SHANNA
|
||||
const EVENT_BEAT_CHANNELER_GENMEI
|
||||
const EVENT_BEAT_CHANNELER_HIMIKO
|
||||
const EVENT_BEAT_CHANNELER_ARE
|
||||
const EVENT_BEAT_CHANNELER_AMANDA
|
||||
const EVENT_BEAT_CHANNELER_KARINA
|
||||
const EVENT_BEAT_CHANNELER_LAUREL
|
||||
const EVENT_BEAT_CHANNELER_JANAE
|
||||
const EVENT_BEAT_CHANNELER_TAMMY
|
||||
const EVENT_BEAT_CHANNELER_TASHA
|
||||
const EVENT_BEAT_CHANNELER_REIMU
|
||||
const EVENT_BEAT_CHANNELER_SANAE
|
||||
|
||||
const EVENT_BEAT_CUE_BALL_KIRBY ; unused
|
||||
const EVENT_BEAT_ENGINEER_DASHU
|
||||
const EVENT_BEAT_ROCKER_BOWIE ; unused
|
||||
|
|
@ -1098,7 +1110,7 @@
|
|||
const EVENT_BEAT_FIREFIGHTER_REMY ; unused
|
||||
const EVENT_BEAT_TEACHERM_DORNYEI ; unused
|
||||
const EVENT_BEAT_PAINTER_RACHEL ; unused
|
||||
const EVENT_BEAT_PAINTER_DALI ; unused
|
||||
const EVENT_BEAT_PAINTER_DALI
|
||||
const EVENT_BEAT_SOLDIER_PEPPINO ; unused
|
||||
const EVENT_BEAT_SPORTSMAN_JACQUES ; unused
|
||||
const EVENT_BEAT_ELDER_LI
|
||||
|
|
|
|||
|
|
@ -730,8 +730,20 @@ DEF KRIS EQU __trainer_class__
|
|||
trainerclass MYSTICALMAN ; 43
|
||||
const EUSINE
|
||||
|
||||
; Some names are often taken from historical women in Shinto faith, given the appearance of the Channeler. Others are taken from FRLG/LGPE, which use consistent trainer names.
|
||||
trainerclass CHANNELER ; 44
|
||||
const SHANNA ; unused
|
||||
const SHANNA ; a random name i came up with when adding the classes that stuck, any fire emblem fans?
|
||||
const GENMEI ; 43rd monarch of japan associated with shintoism
|
||||
const HIMIKO ; shaman queen of japan from yamatai, japan, in c.180-247 AD
|
||||
const ARE ; a Shinto shrine maiden said to have assisted in the creation of Kojiki, a famous Japanese text.
|
||||
const AMANDA ; FRLG/LGPE
|
||||
const KARINA ; FRLG/LGPE
|
||||
const LAUREL ; FRLG/LGPE
|
||||
const JANAE ; FRLG/LGPE
|
||||
const TAMMY ; FRLG/LGPE
|
||||
const TASHA ; FRLG/LGPE
|
||||
const REIMU ; Touhou character known to carry a Gohei, which Channelers carry.
|
||||
const SANAE ; Likewise.
|
||||
|
||||
trainerclass CUE_BALL ; 45
|
||||
const KIRBY ; unused, that one Cleffa trainer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue