diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-03-08 19:54:06 -0500 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-03-08 19:54:06 -0500 |
commit | f2fa5349d5c5db627f49cbfef44086c201e473cc (patch) | |
tree | 924a3a473d2ccf81e658f1a031f72a490c522d8c /constants | |
parent | f31da089bbd46f56d488b5657f08f8595490e51e (diff) |
More annotations of HP bar animations, including an oversight by GameFreak resulting in super-slow HP bars for Pokemon with over 48 HP
Diffstat (limited to 'constants')
-rw-r--r-- | constants/event_flags.asm | 2 | ||||
-rw-r--r-- | constants/map_constants.asm | 2 |
2 files changed, 3 insertions, 1 deletions
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 |