mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
En_Toryo OK (#569)
* En_Toryo OK * en_Toryo fixes Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
2a13d71848
commit
209f0d21b8
17 changed files with 351 additions and 840 deletions
|
@ -1,28 +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 .data
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel En_Toryo_InitVars
|
||||
.word 0x01320400, 0x00000009, 0x01210000, 0x000002E0
|
||||
.word EnToryo_Init
|
||||
.word EnToryo_Destroy
|
||||
.word EnToryo_Update
|
||||
.word EnToryo_Draw
|
||||
glabel D_80B20C00
|
||||
.word 0x0A000039, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000100, 0x0012003F, 0x00000000, 0x00000000
|
||||
glabel D_80B20C2C
|
||||
.word 0x00000000, 0x00000000, 0xFF000000
|
||||
glabel D_80B20C38
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80B20C58
|
||||
.word 0x06000E50, 0x3F800000, 0x00000000, 0x00000000
|
||||
glabel D_80B20C68
|
||||
.word 0x44480000, 0x447A0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
|
|
@ -1,13 +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 .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_80B20CE0
|
||||
.incbin "baserom/ovl_En_Toryo", 0xB70, 0x00000100
|
Loading…
Add table
Add a link
Reference in a new issue