diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-11-18 18:29:24 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-11-18 18:29:24 -0500 |
commit | dcaca64f5e4ab1e39a9004585c9223173611eaf2 (patch) | |
tree | 027519dc8c9e60cd36d2bbb8606da426e43914e7 /engine | |
parent | c085aa4a2a5529f9c82e97ebe7912dfa509787f3 (diff) |
Clean up pre-linkerscript remnants.
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/intro.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/intro.asm b/engine/intro.asm index 4acab5a6..a016b365 100755 --- a/engine/intro.asm +++ b/engine/intro.asm @@ -440,7 +440,9 @@ IntroNidorinoAnimation7: GameFreakIntro: INCBIN "gfx/gamefreak_intro.2bpp" INCBIN "gfx/gamefreak_logo.2bpp" - ds $10 ; blank tile + rept 16 + db $00 ; blank tile + endr GameFreakIntroEnd: FightIntroBackMon: |