diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:55:49 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:55:49 -0500 |
commit | 604eb493c42b457f9e006e2cf67f29c15e0d1d0b (patch) | |
tree | 6e64376d2d2594acdf97b0aee3d7449577853508 /engine/intro.asm | |
parent | 42f99e9aff80a4c8d47c17f6dda2494e1bd6f7d9 (diff) |
Remove more address comments
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 |