mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
new repo, OK++
This commit is contained in:
parent
2c7a339a81
commit
32fe030b42
14 changed files with 288 additions and 574 deletions
|
@ -1,20 +0,0 @@
|
|||
.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 .bss
|
||||
|
||||
glabel gGameInfo
|
||||
.space 0x8
|
||||
|
||||
glabel D_8015FA98
|
||||
.space 0x3
|
||||
|
||||
glabel D_8015FA9B
|
||||
.space 0x17D
|
||||
|
||||
glabel D_8015FC18
|
||||
.space 0x98
|
Loading…
Add table
Add a link
Reference in a new issue