diff options
author | YamaArashi <shadow962@live.com> | 2016-06-12 00:54:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-12 00:54:49 -0700 |
commit | bcf0bd960b03720a02669ed2b6d3a22df60cf0b2 (patch) | |
tree | 2ffb3b9c8eca5fc4e2be2fc8aaf4965f64a13296 /engine/intro.asm | |
parent | 54143d33fc1211fb0c949ba62633d1c8d94f2717 (diff) | |
parent | 2685abc3c58d4d542687f80ea83da75de46cf36a (diff) |
Merge pull request #16 from YamaArashi/master
sync engine code with pokered
Diffstat (limited to 'engine/intro.asm')
-rwxr-xr-x | engine/intro.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/intro.asm b/engine/intro.asm index 9bc1f503..37bd0151 100755 --- a/engine/intro.asm +++ b/engine/intro.asm @@ -8,7 +8,7 @@ PlayIntro: inc a ld [H_AUTOBGTRANSFERENABLED], a call PlayShootingStar - callab PlayIntroScene ; 3e:582d + callab PlayIntroScene xor a ld [hSCX], a ld [H_AUTOBGTRANSFERENABLED], a |