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:
parent
6fa5c47b87
commit
5dea0fd785
9 changed files with 677 additions and 62 deletions
17
data/z_text.data.s
Normal file
17
data/z_text.data.s
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue