1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-14 11:00:41 +00:00

macros.h 1/?: PRINTF and T (#2509)

* create printf and translation headers

* non-overlays complete

* printf finished

* move T macro

* edit comment

* fix error

* fix bss

* remove is_64

* fix bss
This commit is contained in:
fig02 2025-04-23 19:31:49 -04:00 committed by GitHub
parent 680ba667c7
commit de59ad3db7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
303 changed files with 529 additions and 70 deletions

View file

@ -32,10 +32,12 @@
#if PLATFORM_N64
#include "n64dd.h"
#endif
#include "printf.h"
#include "segment_symbols.h"
#include "stack.h"
#include "stackcheck.h"
#include "terminal.h"
#include "translation.h"
#if !PLATFORM_IQUE
#include "yaz0.h"
#endif