1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 07:20:16 +00:00

Decompile most of z_view

This commit is contained in:
Thar0 2020-04-04 18:17:56 +01:00
parent 6fa5c47b87
commit 5dea0fd785
9 changed files with 677 additions and 62 deletions

17
data/z_text.data.s Normal file
View file

@ -0,0 +1,17 @@
.include "macro.inc"
# assembler directives
.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
.set gp=64 # allow use of 64-bit general purposee registers
.section .data
# temporary name, rename to something more appropriate when decompiled
glabel gLetterTLUT
.incbin "baserom.z64", 0xBA18E0, 0x80
glabel gFontFF
.incbin "baserom.z64", 0xBA1960, 0x430