Consistently use "OOT_VERSION <" and "OOT_VERSION >=" (#2199)

This commit is contained in:
cadmic
2024-09-17 12:40:50 -07:00
committed by GitHub
parent cc0b1bb127
commit 306abef46b
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -686,7 +686,7 @@ beginseg
#if OOT_DEBUG
include "$(BUILD_DIR)/src/code/ucode_disas.o"
#endif
#if OOT_VERSION <= NTSC_1_0 || PLATFORM_GC
#if OOT_VERSION < NTSC_1_1 || PLATFORM_GC
pad_text
#endif
include "$(BUILD_DIR)/src/audio/lib/data.o"