mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-20 21:49:54 +00:00
Item00 BSS OK (#881)
* bss OK * Small fix * Pr fixes (Dragorn) and some named symbols * added the comment Fig requested * rip jenkins box * Update src/code/z_en_item00.c Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Change combined if to 2 ifs * GI enum Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
50baf812ac
commit
75b72af8de
4 changed files with 113 additions and 134 deletions
|
@ -1,17 +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 purpose registers
|
||||
|
||||
.section .bss
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_80157D90
|
||||
glabel D_80157D90_
|
||||
.space 0x4
|
||||
|
||||
glabel D_80157D94
|
||||
.space 0xC
|
Loading…
Add table
Add a link
Reference in a new issue