mirror of
https://github.com/zeldaret/oot
synced 2026-06-05 03:08:05 -04:00
Allow building the Debug ROM without debug features (#2052)
* Allow building the Debug ROM without debug features * Fix bss * Add comment * Reword again * Fix bss
This commit is contained in:
@@ -648,7 +648,9 @@ DECLARE_ROM_SEGMENT(spot20_room_0)
|
||||
|
||||
DECLARE_ROM_SEGMENT(ganon_tou_room_0)
|
||||
|
||||
#if OOT_DEBUG
|
||||
// Room symbols for compiling test scenes, these are not wrapped in an `#if OOT_DEBUG`
|
||||
// so that debug ROMs (including gc-eu-mq-dbg) can be built with OOT_DEBUG=0.
|
||||
|
||||
DECLARE_ROM_SEGMENT(test01_room_0)
|
||||
|
||||
DECLARE_ROM_SEGMENT(besitu_room_0)
|
||||
@@ -670,6 +672,5 @@ DECLARE_ROM_SEGMENT(testroom_room_1)
|
||||
DECLARE_ROM_SEGMENT(testroom_room_2)
|
||||
DECLARE_ROM_SEGMENT(testroom_room_3)
|
||||
DECLARE_ROM_SEGMENT(testroom_room_4)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user