mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
EnEncount1 (#457)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * could be useful * whoops * Leevers and Tektites and Wolfos, ohmy! * changes and cleanup * the need for speed
This commit is contained in:
parent
0b9b2edf1b
commit
930cee3061
12 changed files with 421 additions and 1202 deletions
|
@ -1,22 +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 D_80A07450
|
||||
.word 0x00002710, 0x71488EB8, 0xD8F00000
|
||||
glabel D_80A0745C
|
||||
.word 0x43480000, 0x432A0000, 0x42F00000, 0x42F00000, 0x432A0000
|
||||
glabel En_Encount1_InitVars
|
||||
.word 0x00A70600, 0x08000010, 0x00010000, 0x00000170
|
||||
.word EnEncount1_Init
|
||||
.word 0x00000000
|
||||
.word EnEncount1_Update
|
||||
.word 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_80A07870
|
||||
.incbin "baserom/ovl_En_Encount1", 0x1150, 0x00000120
|
Loading…
Add table
Add a link
Reference in a new issue