diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-12-17 15:56:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 15:56:19 -0500 |
commit | b1ae1098d06d9865c767471e539fa65f77101aaa (patch) | |
tree | 4b6d8fc9c449169705e224508a8d5e238fda18ab /constants.asm | |
parent | 9352a537c39471410314be76cf866e058a9349bf (diff) | |
parent | 37e60a9457643720dae714f8d2df0cf5ad31d919 (diff) |
Merge pull request #84 from ZoomTen/pikachu-minigame
Disassemble opening cutscene, Game Freak intro, and Pikachu minigame
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 5c29a51..1e79e49 100644 --- a/constants.asm +++ b/constants.asm @@ -31,9 +31,11 @@ INCLUDE "constants/item_data_constants.asm" INCLUDE "constants/trainer_constants.asm" INCLUDE "constants/trainer_data_constants.asm" INCLUDE "constants/sprite_constants.asm" +INCLUDE "constants/sprite_anim_constants.asm" INCLUDE "constants/battle_constants.asm" INCLUDE "constants/palette_constants.asm" INCLUDE "constants/music_constants.asm" +INCLUDE "constants/sfx_constants.asm" INCLUDE "constants/landmark_constants.asm" INCLUDE "constants/map_constants.asm" INCLUDE "constants/map_setup_constants.asm" |