diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 12:53:40 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 12:53:40 -0500 |
commit | 9be3dbeaa800bf93300ce41c7277f419d47b9529 (patch) | |
tree | bdf6c1afcdcac2a05c43cf735015140b7ffd5022 /constants.asm | |
parent | edbefc01a6b62ef8a2bf8037a863a39d97aabf7e (diff) |
Label wPikachuSaverCharge and create constant MAX_PIKACHU_SAVER_CHARGE
Diffstat (limited to 'constants.asm')
-rwxr-xr-x | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 9fe31b2..f91532d 100755 --- a/constants.asm +++ b/constants.asm @@ -8,6 +8,7 @@ INCLUDE "constants/evolution_line_constants.asm" INCLUDE "constants/evolution_type_constants.asm" INCLUDE "constants/joy_constants.asm" INCLUDE "constants/map_constants.asm" +INCLUDE "constants/pinball_game_constants.asm" INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/screen_constants.asm" INCLUDE "constants/song_constants.asm" |