backend-infra-engineer: Pre-0.2.2 2024 Q4 snapshot
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
22
assets/asm/yaze.asm
Normal file
22
assets/asm/yaze.asm
Normal file
@@ -0,0 +1,22 @@
|
||||
; =========================================================
|
||||
; yaze custom assembly code
|
||||
; =========================================================
|
||||
|
||||
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