add ZSCustomOverworld to assets/asm
This commit is contained in:
3563
assets/asm/ZSCustomOverworld.asm
Normal file
3563
assets/asm/ZSCustomOverworld.asm
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
Reference in New Issue
Block a user