diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-08 13:20:11 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-08 13:20:11 -0700 |
commit | 519111415056983f3955bc8847283e675dc61280 (patch) | |
tree | 0ef6ec1307037e990ab9a5f6f1b1be7a43c4f6d7 /constants | |
parent | c827f6c46fd5190221f01b2ff2f1181bcb6f7738 (diff) |
Labeled map-move counter stuff. Started pulling queued graphics data into separate files
Diffstat (limited to 'constants')
-rw-r--r-- | constants/pinball_game_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
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
|