add yaze.asm and include mosaic_change.asm
This commit is contained in:
15
assets/asm/yaze.asm
Normal file
15
assets/asm/yaze.asm
Normal 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
|
||||
Reference in New Issue
Block a user