add yaze.asm and include mosaic_change.asm

This commit is contained in:
scawful
2024-08-11 10:49:09 -04:00
parent 24507ac6d1
commit db6ff2ec10

15
assets/asm/yaze.asm Normal file
View File

@@ -0,0 +1,15 @@
; =========================================================
; yaze custom assembly code
; =========================================================
namespace yaze
{
!YAZE_CUSTOM_MOSAIC = 1
if !YAZE_CUSTOM_MOSAIC != 0
incsrc "mosaic_change.asm"
endif
}
namespace off