add ZSCustomOverworld to assets/asm

This commit is contained in:
scawful
2024-08-11 11:56:52 -04:00
parent ba4700f124
commit 6201aa963d
2 changed files with 3570 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,9 +7,16 @@ namespace yaze
!YAZE_CUSTOM_MOSAIC = 1
if !YAZE_CUSTOM_MOSAIC != 0
incsrc "mosaic_change.asm"
endif
!ZS_CUSTOM_OVERWORLD = 1
if !ZS_CUSTOM_OVERWORLD != 0
incsrc "ZSCustomOverworld.asm"
endif
}
namespace off