From f2fa5349d5c5db627f49cbfef44086c201e473cc Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Tue, 8 Mar 2016 19:54:06 -0500 Subject: More annotations of HP bar animations, including an oversight by GameFreak resulting in super-slow HP bars for Pokemon with over 48 HP --- constants/event_flags.asm | 2 +- constants/map_constants.asm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/event_flags.asm b/constants/event_flags.asm index 775991a87..636d0226c 100644 --- a/constants/event_flags.asm +++ b/constants/event_flags.asm @@ -1232,7 +1232,7 @@ const EVENT_BEAT_BLACKBELT_LUNG const EVENT_BEAT_BLACKBELT_KENJI const EVENT_BEAT_BLACKBELT_WAI -; Beauti +; Beauty const EVENT_BEAT_BEAUTY_VICTORIA const EVENT_BEAT_BEAUTY_SAMANTHA const EVENT_BEAT_BEAUTY_JULIE diff --git a/constants/map_constants.asm b/constants/map_constants.asm index bedcf29dd..341b3709c 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -707,3 +707,5 @@ CMDQUEUE_04 EQU 4 CMDQUEUE_05 EQU 5 CMDQUEUE_ENTRY_SIZE EQU 6 CMDQUEUE_CAPACITY EQU 4 + +CMDQUEUE_STONETABLE EQU 2 -- cgit v1.2.3