mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 17:30:25 +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:
parent
680ba667c7
commit
de59ad3db7
303 changed files with 529 additions and 70 deletions
|
@ -9,6 +9,7 @@
|
|||
#include "libc64/qrand.h"
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "printf.h"
|
||||
#include "z64effect.h"
|
||||
#include "z64play.h"
|
||||
#include "z64skin_matrix.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "z_eff_ss_dead_sound.h"
|
||||
#include "printf.h"
|
||||
#include "sfx.h"
|
||||
#include "z64effect.h"
|
||||
#include "z64play.h"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "printf.h"
|
||||
#include "rand.h"
|
||||
#include "sys_math.h"
|
||||
#include "sys_matrix.h"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include "libc64/qrand.h"
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "printf.h"
|
||||
#include "rand.h"
|
||||
#include "segmented_address.h"
|
||||
#include "sys_matrix.h"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "printf.h"
|
||||
#include "segmented_address.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "z_lib.h"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "line_numbers.h"
|
||||
#include "printf.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "versions.h"
|
||||
#include "z64effect.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue