mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
First proper commit.
This commit is contained in:
parent
be78236d36
commit
087f561f77
14086 changed files with 1200489 additions and 1 deletions
60
data/code_800F9280.rodata.s
Normal file
60
data/code_800F9280.rodata.s
Normal file
|
@ -0,0 +1,60 @@
|
|||
.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 .rodata
|
||||
|
||||
.align 4
|
||||
|
||||
glabel jtbl_8014A640
|
||||
.word L800F9588
|
||||
.word L800F95F4
|
||||
.word L800F9614
|
||||
.word L800F97E4
|
||||
.word L800F9940
|
||||
.word L800F9A00
|
||||
.word L800F9BD8
|
||||
.word L800F9CE4
|
||||
.word L800F9D20
|
||||
.word L800F9DB4
|
||||
.word L800F9DE8
|
||||
.word L800F9E84
|
||||
.word L800F9EB8
|
||||
.word L800F9B00
|
||||
.word L800F9F68
|
||||
.word L800F9FB8
|
||||
|
||||
glabel jtbl_8014A680
|
||||
.word L800FAAE4
|
||||
.word L800FAB28
|
||||
.word L800FAB48
|
||||
.word L800FAB84
|
||||
.word L800FABAC
|
||||
.word L800FABD0
|
||||
.word L800FAC18
|
||||
.word L800FAAFC
|
||||
.word L800FAC24
|
||||
.word L800FAC84
|
||||
.word L800FACA4
|
||||
.word L800FACD4
|
||||
.word L800FACD4
|
||||
.word L800FACD4
|
||||
.word L800FAC3C
|
||||
|
||||
.align 4 # file split? const data below used in multiple files
|
||||
|
||||
glabel D_8014A6C0
|
||||
.half 0x1C00
|
||||
.half 0x0030
|
||||
|
||||
glabel D_8014A6C4
|
||||
.word 0x37F00
|
||||
|
||||
glabel D_8014A6C8
|
||||
.word 0xE0E0
|
||||
|
||||
glabel D_8014A6CC
|
||||
.word 0xBCE0
|
Loading…
Add table
Add a link
Reference in a new issue