diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-20 22:11:59 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-20 22:11:59 -0700 |
| commit | cbcdb2ec2a013beba4f321988e393419a8eed10e (patch) | |
| tree | db785d089a737a193d6f4f09b868907ce9e5d8b8 /constants.asm | |
| parent | gym leader events (diff) | |
| download | pokeyellow-cbcdb2ec2a013beba4f321988e393419a8eed10e.tar.gz pokeyellow-cbcdb2ec2a013beba4f321988e393419a8eed10e.tar.xz pokeyellow-cbcdb2ec2a013beba4f321988e393419a8eed10e.zip | |
move event macros to separate file
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index e121b6b3..3b2d8437 100644 --- a/constants.asm +++ b/constants.asm @@ -31,3 +31,4 @@ INCLUDE "constants/music_constants.asm" INCLUDE "constants/tilesets.asm" INCLUDE "constants/starter_mons.asm" INCLUDE "constants/event_constants.asm" +INCLUDE "constants/event_macros.asm" |
