Move custom_gfx.asm to overworld expanded space

This commit is contained in:
scawful
2024-09-29 16:59:22 -04:00
parent b28e967a18
commit d0fe5ad320
4 changed files with 6 additions and 12 deletions

View File

@@ -58,6 +58,9 @@ print "End of Overworld/time_system.asm ", pc
incsrc "Overworld/overlays.asm"
print "End of Overworld/overlays.asm ", pc
incsrc "Overworld/custom_gfx.asm"
print "End of Overworld/custom_gfx.asm ", pc
pushpc
incsrc "Overworld/world_map.asm"