diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/credits.asm | 2 | ||||
-rw-r--r-- | engine/events.asm | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/engine/credits.asm b/engine/credits.asm index 3dddb4126..564422db3 100644 --- a/engine/credits.asm +++ b/engine/credits.asm @@ -1,4 +1,4 @@ -INCLUDE "includes.asm" +INCLUDE "constants.asm" SECTION "Credits", ROMX diff --git a/engine/events.asm b/engine/events.asm index 7356a8910..cff7c76ed 100644 --- a/engine/events.asm +++ b/engine/events.asm @@ -1,4 +1,5 @@ -INCLUDE "includes.asm" +INCLUDE "constants.asm" + SECTION "Events", ROMX |