Fix ZSOW vs Day/Night Sprites: Use Oracle_CheckIfNight and move ZSOW include to end
This commit is contained in:
@@ -39,9 +39,6 @@
|
||||
incsrc "Util/macros.asm"
|
||||
incsrc "Core/structs.asm"
|
||||
|
||||
incsrc "Overworld/ZSCustomOverworld.asm"
|
||||
%log_end("ZSCustomOverworld.asm", !LOG_OVERWORLD)
|
||||
|
||||
; Vanilla WRAM and SRAM
|
||||
incsrc "Core/ram.asm"
|
||||
|
||||
@@ -81,3 +78,6 @@ namespace Oracle
|
||||
print "Finished applying patches"
|
||||
}
|
||||
namespace off
|
||||
|
||||
incsrc "Overworld/ZSCustomOverworld.asm"
|
||||
%log_end("ZSCustomOverworld.asm", !LOG_OVERWORLD)
|
||||
|
||||
Reference in New Issue
Block a user