diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/engine_flags.asm | 1 | ||||
-rw-r--r-- | constants/sfx_constants.asm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/constants/engine_flags.asm b/constants/engine_flags.asm index 4dfe7732a..fc91be58c 100644 --- a/constants/engine_flags.asm +++ b/constants/engine_flags.asm @@ -162,3 +162,4 @@ const ENGINE_KRIS_IN_CABLE_CLUB const ENGINE_DUNSPARCE_SWARM ; a0 const ENGINE_YANMA_SWARM +NUM_ENGINE_FLAGS EQU const_value diff --git a/constants/sfx_constants.asm b/constants/sfx_constants.asm index c00b7696a..794b9b593 100644 --- a/constants/sfx_constants.asm +++ b/constants/sfx_constants.asm @@ -42,7 +42,7 @@ const SFX_ELEVATOR_END const SFX_THROW_BALL const SFX_BALL_POOF - const SFX_UNKNOWN_2A + const SFX_FAINT const SFX_RUN const SFX_SLOT_MACHINE_START const SFX_FANFARE |