From 519111415056983f3955bc8847283e675dc61280 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sat, 8 Jul 2017 13:20:11 -0700 Subject: Labeled map-move counter stuff. Started pulling queued graphics data into separate files --- constants/pinball_game_constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants') diff --git a/constants/pinball_game_constants.asm b/constants/pinball_game_constants.asm index 633d742..aad6e43 100644 --- a/constants/pinball_game_constants.asm +++ b/constants/pinball_game_constants.asm @@ -12,3 +12,5 @@ NUM_MEWTWO_COMPLETIONS_FOR_MEW EQU 2 MAX_BONUS_MULTIPLIER EQU 99 MAX_BONUS_MULTIPLIER_FIELD_EVENTS EQU 11 + +MAP_MOVE_FRAMES_COUNTER EQU 480 ; 8 seconds until the map move counter decrease by 1 -- cgit v1.2.3