mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Merge commit '42cfe3d361'
This commit is contained in:
commit
e2c81e10f1
575 changed files with 12380 additions and 11198 deletions
|
|
@ -68,7 +68,7 @@ rNR34 EQU $ff1e ; Channel 3 Frequency's higher data (R/W)
|
|||
rNR41 EQU $ff20 ; Channel 4 Sound Length (R/W)
|
||||
rNR42 EQU $ff21 ; Channel 4 Volume Envelope (R/W)
|
||||
rNR43 EQU $ff22 ; Channel 4 Polynomial Counter (R/W)
|
||||
rNR44 EQU $ff23 ; Channel 4 Counter/consecutive; Inital (R/W)
|
||||
rNR44 EQU $ff23 ; Channel 4 Counter/consecutive; Initial (R/W)
|
||||
rNR50 EQU $ff24 ; Channel control / ON-OFF / Volume (R/W)
|
||||
rNR51 EQU $ff25 ; Selection of Sound output terminal (R/W)
|
||||
rNR52 EQU $ff26 ; Sound on/off
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ TMHM_PARTY_MENU EQU 3
|
|||
SWAP_MONS_PARTY_MENU EQU 4
|
||||
EVO_STONE_PARTY_MENU EQU 5
|
||||
|
||||
; party memu message IDs
|
||||
; party menu message IDs
|
||||
ANTIDOTE_MSG EQU $F0
|
||||
BURN_HEAL_MSG EQU $F1
|
||||
ICE_HEAL_MSG EQU $F2
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ const_value = 1
|
|||
const SFX_SAVE
|
||||
|
||||
; AUDIO_1
|
||||
const SFX_POKEFLUE
|
||||
const SFX_POKEFLUTE
|
||||
const SFX_SAFARI_ZONE_PA
|
||||
|
||||
; AUDIO_2
|
||||
|
|
|
|||
|
|
@ -6,27 +6,27 @@ FRZ EQU 5
|
|||
PAR EQU 6
|
||||
|
||||
; volatile statuses 1
|
||||
StoringEnergy EQU 0 ; Bide
|
||||
ThrashingAbout EQU 1 ; e.g. Thrash
|
||||
AttackingMultipleTimes EQU 2 ; e.g. Double Kick, Fury Attack
|
||||
Flinched EQU 3
|
||||
ChargingUp EQU 4 ; e.g. Solar Beam, Fly
|
||||
UsingTrappingMove EQU 5 ; e.g. Wrap
|
||||
Invulnerable EQU 6 ; charging up Fly/Dig
|
||||
Confused EQU 7
|
||||
STORING_ENERGY EQU 0 ; Bide
|
||||
THRASHING_ABOUT EQU 1 ; e.g. Thrash
|
||||
ATTACKING_MULTIPLE_TIMES EQU 2 ; e.g. Double Kick, Fury Attack
|
||||
FLINCHED EQU 3
|
||||
CHARGING_UP EQU 4 ; e.g. Solar Beam, Fly
|
||||
USING_TRAPPING_MOVE EQU 5 ; e.g. Wrap
|
||||
INVULNERABLE EQU 6 ; charging up Fly/Dig
|
||||
CONFUSED EQU 7
|
||||
|
||||
; volatile statuses 2
|
||||
UsingXAccuracy EQU 0
|
||||
ProtectedByMist EQU 1
|
||||
GettingPumped EQU 2 ; Focus Energy
|
||||
; EQU 3 ; unused?
|
||||
HasSubstituteUp EQU 4
|
||||
NeedsToRecharge EQU 5 ; Hyper Beam
|
||||
UsingRage EQU 6
|
||||
Seeded EQU 7
|
||||
USING_X_ACCURACY EQU 0
|
||||
PROTECTED_BY_MIST EQU 1
|
||||
GETTING_PUMPED EQU 2 ; Focus Energy
|
||||
; EQU 3 ; unused
|
||||
HAS_SUBSTITUTE_UP EQU 4
|
||||
NEEDS_TO_RECHARGE EQU 5 ; Hyper Beam
|
||||
USING_RAGE EQU 6
|
||||
SEEDED EQU 7
|
||||
|
||||
; volatile statuses 3
|
||||
BadlyPoisoned EQU 0
|
||||
HasLightScreenUp EQU 1
|
||||
HasReflectUp EQU 2
|
||||
Transformed EQU 3
|
||||
BADLY_POISONED EQU 0
|
||||
HAS_LIGHT_SCREEN_UP EQU 1
|
||||
HAS_REFLECT_UP EQU 2
|
||||
TRANSFORMED EQU 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue