diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-12 01:42:19 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-12 01:42:19 -0500 |
commit | 48e0125bd68054f81e97a5eec14f145dc3c921d7 (patch) | |
tree | 700bf0a94c566a6374ecff1adb87aec060609ac2 /engine/HoF_room_pc.asm | |
parent | 7e12ca56a8d04d33f3945bb5b981c311fcdd44ef (diff) |
Remove some leftover address comments
Diffstat (limited to 'engine/HoF_room_pc.asm')
-rwxr-xr-x | engine/HoF_room_pc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/HoF_room_pc.asm b/engine/HoF_room_pc.asm index a17d2e51..09c8d5af 100755 --- a/engine/HoF_room_pc.asm +++ b/engine/HoF_room_pc.asm @@ -265,6 +265,6 @@ INCLUDE "data/credits_order.asm" INCLUDE "text/credits_text.asm" -TheEndGfx: ; 7473e (1d:473e) (7473f on blue) +TheEndGfx: INCBIN "gfx/theend.interleave.2bpp" TheEndGfxEnd: |