diff options
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" |