mirror of
https://github.com/zeldaret/oot
synced 2026-05-25 15:25:21 -04: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:
@@ -10,6 +10,7 @@
|
||||
#include "color.h"
|
||||
#include "gfx.h"
|
||||
#include "prerender.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
@@ -6,8 +6,10 @@
|
||||
*/
|
||||
|
||||
#include "audiomgr.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "speed_meter.h"
|
||||
#include "translation.h"
|
||||
#include "z64dma.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "debug_arena.h"
|
||||
#include "letterbox.h"
|
||||
#include "mempak.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "sfx.h"
|
||||
#include "z_lib.h"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#include "libc64/os_malloc.h"
|
||||
#include "debug_arena.h"
|
||||
#include "printf.h"
|
||||
#include "translation.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include "stackcheck.h"
|
||||
#include "terminal.h"
|
||||
#include "z64thread.h"
|
||||
#include "translation.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
|
||||
@@ -15,11 +15,13 @@
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "padmgr.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "rumble.h"
|
||||
#include "speed_meter.h"
|
||||
#include "sys_debug_controller.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "vi_mode.h"
|
||||
#include "zelda_arena.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "libc64/malloc.h"
|
||||
#include "libu64/debug.h"
|
||||
#include "gamealloc.h"
|
||||
#include "printf.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
+3
-1
@@ -12,6 +12,7 @@
|
||||
#include "map_select_state.h"
|
||||
#include "prenmi_buff.h"
|
||||
#include "prenmi_state.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "setup_state.h"
|
||||
#include "speed_meter.h"
|
||||
@@ -20,6 +21,7 @@
|
||||
#include "sys_ucode.h"
|
||||
#include "terminal.h"
|
||||
#include "title_setup_state.h"
|
||||
#include "translation.h"
|
||||
#include "ucode_disas.h"
|
||||
#include "versions.h"
|
||||
#include "vi_mode.h"
|
||||
@@ -35,7 +37,7 @@
|
||||
#define GFXPOOL_TAIL_MAGIC 0x5678
|
||||
|
||||
#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ique-cn:128" \
|
||||
"ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:0 pal-1.1:0"
|
||||
"ntsc-1.0:224 ntsc-1.1:224 ntsc-1.2:224 pal-1.0:224 pal-1.1:224"
|
||||
|
||||
/**
|
||||
* The time at which the previous `Graph_Update` ended.
|
||||
|
||||
@@ -34,8 +34,10 @@
|
||||
*/
|
||||
#include "libu64/debug.h"
|
||||
#include "irqmgr.h"
|
||||
#include "printf.h"
|
||||
#include "stackcheck.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
|
||||
@@ -26,12 +26,14 @@ extern struct IrqMgr gIrqMgr;
|
||||
#include "idle.h"
|
||||
#include "padmgr.h"
|
||||
#include "prenmi_buff.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "segmented_address.h"
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#if PLATFORM_N64
|
||||
#include "cic6105.h"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
#include "mempak.h"
|
||||
#include "padmgr.h"
|
||||
#include "printf.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -32,8 +32,10 @@
|
||||
#include "libu64/padsetup.h"
|
||||
#include "macros.h"
|
||||
#include "padmgr.h"
|
||||
#include "printf.h"
|
||||
#include "fault.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "line_numbers.h"
|
||||
|
||||
#define PADMGR_LOG(controllerNum, msg) \
|
||||
|
||||
@@ -44,9 +44,11 @@
|
||||
#include "fault.h"
|
||||
#include "irqmgr.h"
|
||||
#include "main.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "sched.h"
|
||||
#include "speed_meter.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "vi_mode.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "letterbox.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#include "libc64/malloc.h"
|
||||
#include "libu64/debug.h"
|
||||
#include "gfx.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "speed_meter.h"
|
||||
#include "terminal.h"
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
#include "libu64/debug.h"
|
||||
#include "attributes.h"
|
||||
#include "line_numbers.h"
|
||||
#include "printf.h"
|
||||
#include "translation.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "libc64/sleep.h"
|
||||
#include "attributes.h"
|
||||
#include "printf.h"
|
||||
#include "sys_freeze.h"
|
||||
#include "terminal.h"
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
#include "sys_math3d.h"
|
||||
|
||||
#include "printf.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "ultra64.h"
|
||||
#include "z_lib.h"
|
||||
#include "z64math.h"
|
||||
#include "terminal.h"
|
||||
|
||||
#include "macros.h"
|
||||
#include "sys_math3d.h"
|
||||
|
||||
#pragma increment_block_number "gc-eu:77 gc-eu-mq:77 gc-jp:77 gc-jp-ce:77 gc-jp-mq:77 gc-us:77 gc-us-mq:77 ique-cn:67" \
|
||||
"ntsc-1.0:64 ntsc-1.1:64 ntsc-1.2:64 pal-1.0:64 pal-1.1:64"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "fault.h"
|
||||
#endif
|
||||
#include "macros.h"
|
||||
#include "printf.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "ultra64.h"
|
||||
#include "z_lib.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "console_logo_state.h"
|
||||
#include "setup_state.h"
|
||||
|
||||
#include "printf.h"
|
||||
#include "translation.h"
|
||||
#include "z64save.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
#include "ultra64.h"
|
||||
#include "ultra64/gs2dex.h"
|
||||
#include "libu64/mtxuty-cvt.h"
|
||||
#include "printf.h"
|
||||
#include "segmented_address.h"
|
||||
#include "translation.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#include "libc64/malloc.h"
|
||||
#include "libu64/overlay.h"
|
||||
#include "printf.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "ultra64.h"
|
||||
#include "z_game_dlftbls.h"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#include "fault.h"
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "printf.h"
|
||||
#include "quake.h"
|
||||
#include "rand.h"
|
||||
#include "regs.h"
|
||||
@@ -12,6 +13,7 @@
|
||||
#include "sys_math.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z_actor_dlftbls.h"
|
||||
#include "z_lib.h"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "fault.h"
|
||||
#include "printf.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "z_actor_dlftbls.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include "printf.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "ultra64.h"
|
||||
#include "z64actor.h"
|
||||
#include "z64bgcheck.h"
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
#include "libu64/debug.h"
|
||||
#include "attributes.h"
|
||||
#include "line_numbers.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "segmented_address.h"
|
||||
#include "sys_math3d.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z_lib.h"
|
||||
#include "z64bgcheck.h"
|
||||
#include "z64play.h"
|
||||
|
||||
@@ -8,10 +8,12 @@
|
||||
#include "letterbox.h"
|
||||
#include "one_point_cutscene.h"
|
||||
#include "quake.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "sfx.h"
|
||||
#include "sys_math3d.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z_lib.h"
|
||||
#include "zelda_arena.h"
|
||||
#include "z64audio.h"
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#include "printf.h"
|
||||
#include "translation.h"
|
||||
#include "z64collision_check.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
static DamageTable sDamageTablePresets[] = {
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
#include "gfx.h"
|
||||
#include "macros.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "sfx.h"
|
||||
#include "sys_math3d.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z64collision_check.h"
|
||||
#include "z64effect.h"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#include "map.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z64lifemeter.h"
|
||||
#include "z64interface.h"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "rumble.h"
|
||||
#include "quake.h"
|
||||
@@ -17,6 +18,7 @@
|
||||
#include "seqcmd.h"
|
||||
#include "sequence.h"
|
||||
#include "sfx.h"
|
||||
#include "translation.h"
|
||||
#include "z_lib.h"
|
||||
#include "z64audio.h"
|
||||
#include "z64camera.h"
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
#include "libc64/math64.h"
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "printf.h"
|
||||
#include "sys_math3d.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "translation.h"
|
||||
#include "z_lib.h"
|
||||
#include "z64effect.h"
|
||||
#include "z64skin_matrix.h"
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
#include "libc64/qrand.h"
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "printf.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z64effect.h"
|
||||
#include "z64light.h"
|
||||
#include "z64play.h"
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
#include "libc64/qrand.h"
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "printf.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "translation.h"
|
||||
#include "z64effect.h"
|
||||
#include "z64play.h"
|
||||
#include "z64skin_matrix.h"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include "gfx.h"
|
||||
#include "printf.h"
|
||||
#include "translation.h"
|
||||
#include "z64effect.h"
|
||||
#include "z64frame_advance.h"
|
||||
#include "z64play.h"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#include "libu64/overlay.h"
|
||||
#include "printf.h"
|
||||
#include "sfx.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "zelda_arena.h"
|
||||
#include "z64frame_advance.h"
|
||||
#include "z64effect.h"
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "libc64/sleep.h"
|
||||
#include "libu64/debug.h"
|
||||
#include "gfx.h"
|
||||
#include "printf.h"
|
||||
#include "z64math.h"
|
||||
#include "z64transition_instances.h"
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
#include "transition_fade.h"
|
||||
|
||||
#include "main.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z_lib.h"
|
||||
#include "z64save.h"
|
||||
#include "z64transition_instances.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "transition_triforce.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "printf.h"
|
||||
|
||||
#include "assets/code/fbdemo_triforce/z_fbdemo_triforce.c"
|
||||
|
||||
|
||||
@@ -26,9 +26,11 @@
|
||||
*/
|
||||
|
||||
#include "gfx.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "segmented_address.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "translation.h"
|
||||
#include "zelda_arena.h"
|
||||
#include "z64actor.h"
|
||||
#include "z64curve.h"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#include "terminal.h"
|
||||
#include "z_lib.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "translation.h"
|
||||
#include "z64horse.h"
|
||||
#include "z64play.h"
|
||||
#include "z64player.h"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include "ultra64.h"
|
||||
#include "printf.h"
|
||||
#include "translation.h"
|
||||
#include "z64play.h"
|
||||
#include "z64player.h"
|
||||
#include "z64save.h"
|
||||
|
||||
@@ -2,8 +2,10 @@
|
||||
#include "ultra64.h"
|
||||
#include "attributes.h"
|
||||
#include "jpeg.h"
|
||||
#include "printf.h"
|
||||
#include "sys_ucode.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
#include "libu64/debug.h"
|
||||
#include "libu64/overlay.h"
|
||||
#include "kaleido_manager.h"
|
||||
#include "printf.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z64play.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
#include "libu64/debug.h"
|
||||
#include "kaleido_manager.h"
|
||||
#include "letterbox.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z64play.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "z64audio.h"
|
||||
#include "z64play.h"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#include "kanread.h"
|
||||
#include "message_data_static.h"
|
||||
#include "printf.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z64dma.h"
|
||||
#include "z64font.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "gfx_setupdl.h"
|
||||
#include "gfxalloc.h"
|
||||
#include "ultra64.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "rumble.h"
|
||||
#include "segment_symbols.h"
|
||||
@@ -19,6 +20,7 @@
|
||||
#include "sys_math3d.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z_lib.h"
|
||||
#include "z64audio.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "ultra64.h"
|
||||
#include "z_lib.h"
|
||||
#include "ichain.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "macros.h"
|
||||
#include "sys_math.h"
|
||||
|
||||
+4
-1
@@ -1,5 +1,8 @@
|
||||
#include "global.h"
|
||||
#include "libc64/os_malloc.h"
|
||||
#include "printf.h"
|
||||
#include "translation.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#define LOG_SEVERITY_NOLOG 0
|
||||
#define LOG_SEVERITY_ERROR 2
|
||||
|
||||
@@ -5,11 +5,13 @@
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "sfx.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z64map_mark.h"
|
||||
#include "z64play.h"
|
||||
#include "z64player.h"
|
||||
|
||||
@@ -1,18 +1,21 @@
|
||||
#include "libu64/debug.h"
|
||||
#include "libu64/overlay.h"
|
||||
#include "map.h"
|
||||
#include "printf.h"
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "regs.h"
|
||||
#include "romfile.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "terminal.h"
|
||||
#include "assets/textures/parameter_static/parameter_static.h"
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "translation.h"
|
||||
#include "z64map_mark.h"
|
||||
#include "z64play.h"
|
||||
#include "z64save.h"
|
||||
|
||||
#include "assets/textures/parameter_static/parameter_static.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
typedef struct MapMarkInfo {
|
||||
|
||||
@@ -9,10 +9,12 @@
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "printf.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "sequence.h"
|
||||
#include "regs.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z64audio.h"
|
||||
#include "z64ocarina.h"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "gfx.h"
|
||||
|
||||
#include "macros.h"
|
||||
#include "printf.h"
|
||||
#include "global.h"
|
||||
|
||||
// how big to draw the characters on screen
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "libc64/math64.h"
|
||||
#include "libc64/qrand.h"
|
||||
#include "one_point_cutscene.h"
|
||||
#include "printf.h"
|
||||
#include "quake.h"
|
||||
#include "sfx.h"
|
||||
#include "terminal.h"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "gfx_setupdl.h"
|
||||
#include "main.h"
|
||||
#include "map.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "segmented_address.h"
|
||||
@@ -12,6 +13,7 @@
|
||||
#include "sfx.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z64audio.h"
|
||||
#include "z64lifemeter.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "one_point_cutscene.h"
|
||||
#include "printf.h"
|
||||
#include "quake.h"
|
||||
#include "regs.h"
|
||||
#include "rumble.h"
|
||||
@@ -29,6 +30,7 @@
|
||||
#include "transition_tile.h"
|
||||
#include "transition_triforce.h"
|
||||
#include "transition_wipe.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z_actor_dlftbls.h"
|
||||
#include "zelda_arena.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
#include "prenmi_state.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "terminal.h"
|
||||
#include "versions.h"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "libc64/qrand.h"
|
||||
#include "macros.h"
|
||||
#include "printf.h"
|
||||
#include "quake.h"
|
||||
#include "terminal.h"
|
||||
#include "z_lib.h"
|
||||
|
||||
@@ -10,11 +10,13 @@
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "segmented_address.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "sys_ucode.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z64audio.h"
|
||||
#include "z64play.h"
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "romfile.h"
|
||||
#include "seqcmd.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "segmented_address.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z_actor_dlftbls.h"
|
||||
#include "z_lib.h"
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
#include "libu64/debug.h"
|
||||
#include "gfx.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "segmented_address.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z_lib.h"
|
||||
#include "zelda_arena.h"
|
||||
#include "z64animation.h"
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
#include "gfx.h"
|
||||
#include "terminal.h"
|
||||
#include "z_lib.h"
|
||||
#include "z64skin_matrix.h"
|
||||
|
||||
#include "gfx.h"
|
||||
#include "printf.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "z_lib.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
// clang-format off
|
||||
|
||||
+4
-1
@@ -1,7 +1,11 @@
|
||||
#include "z64sram.h"
|
||||
|
||||
#include "file_select_state.h"
|
||||
#include "controller.h"
|
||||
#include "memory_utils.h"
|
||||
#include "printf.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z64audio.h"
|
||||
#include "z64game.h"
|
||||
@@ -10,7 +14,6 @@
|
||||
#include "z64ocarina.h"
|
||||
#include "z64save.h"
|
||||
#include "z64scene.h"
|
||||
#include "z64sram.h"
|
||||
#include "z64ss_sram.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "ultra64.h"
|
||||
#include "printf.h"
|
||||
#include "z64ss_sram.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
+4
-1
@@ -1,12 +1,15 @@
|
||||
#include "z64view.h"
|
||||
|
||||
#include "libc64/malloc.h"
|
||||
#include "libu64/debug.h"
|
||||
#include "gfx.h"
|
||||
#include "letterbox.h"
|
||||
#include "main.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "sys_matrix.h"
|
||||
#include "terminal.h"
|
||||
#include "z64view.h"
|
||||
#include "translation.h"
|
||||
|
||||
vu32 sLogOnNextViewInit = true;
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "ultra64/viint.h"
|
||||
#include "controller.h"
|
||||
#include "main.h"
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "versions.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "z64skybox.h"
|
||||
|
||||
#include "printf.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "terminal.h"
|
||||
#include "ultra64.h"
|
||||
|
||||
Reference in New Issue
Block a user