diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-08 21:21:12 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-08 21:21:12 -0400 |
commit | 3b704c267c4810b0d7ec2048300fcd08bad21a53 (patch) | |
tree | 8392fd35b664fb5a5a7674238da42c60379e0378 /engine/Intro.asm | |
parent | 16d95f657647ddf20e4b2bfa3a882a88988f761f (diff) | |
parent | 5ec276e7c77244befe0b6c9931cda191aa3818b6 (diff) |
Merge branch 'master' into section-reorg
Diffstat (limited to 'engine/Intro.asm')
-rw-r--r-- | engine/Intro.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/Intro.asm b/engine/Intro.asm index 3a60696..04497e4 100644 --- a/engine/Intro.asm +++ b/engine/Intro.asm @@ -1,6 +1,6 @@ include "constants.asm" -SECTION "engine/Intro.asm", ROMX +SECTION "engine/intro.asm", ROMX DemoStart:: ; 558D ld de, OakPic |