Convert RandomizerInf to the dynamic #define model to allow for automatic string names. (#5537)

This commit is contained in:
Malkierian 2025-05-29 19:14:32 -07:00 committed by GitHub
commit 40fa3c8d64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1926 additions and 3241 deletions

View file

@ -12,7 +12,6 @@ extern "C"
#include "luslog.h"
#include <soh/Enhancements/item-tables/ItemTableTypes.h>
#include <soh/Enhancements/randomizer/randomizer_inf.h>
#if defined(INCLUDE_GAME_PRINTF) && defined(_DEBUG)
#define osSyncPrintf(fmt, ...) lusprintf(__FILE__, __LINE__, 0, fmt, ##__VA_ARGS__)