From db6ff2ec105064d587fb94c87304b019884c0fb4 Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 11 Aug 2024 10:49:09 -0400 Subject: [PATCH] add yaze.asm and include mosaic_change.asm --- assets/asm/yaze.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 assets/asm/yaze.asm diff --git a/assets/asm/yaze.asm b/assets/asm/yaze.asm new file mode 100644 index 00000000..c41e4f73 --- /dev/null +++ b/assets/asm/yaze.asm @@ -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 \ No newline at end of file