mirror of
https://github.com/zeldaret/oot
synced 2026-09-04 10:21:45 -04:00
Decomp BgJyaLift (#216)
* Re upload * Decomp BgJyaLift * Fixed issues Fixed issues from review * Edits after review * Review Fixes Made some fixes and also changed an unknown variable name * Fixes to file Fixed some styling things and renamed the last function * Added fixes Added roman's fixes * Delete filemap.pyc * Fixes Removed ctx.c and replaced tabs with spaces spec.
This commit is contained in:
@@ -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_8089A020
|
||||
.word 0x00000000
|
||||
glabel Bg_Jya_Lift_InitVars
|
||||
.word 0x01570100, 0x00000010, 0x00F10000, 0x0000016C
|
||||
.word BgJyaLift_Init
|
||||
.word BgJyaLift_Destroy
|
||||
.word BgJyaLift_Update
|
||||
.word BgJyaLift_Draw
|
||||
glabel D_8089A044
|
||||
.word 0xC8500064, 0xB0F40578, 0xB0F80708, 0x30FC09C4, 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_8089A090
|
||||
.incbin "baserom/ovl_Bg_Jya_Lift", 0x4F0, 0x000000A0
|
||||
Reference in New Issue
Block a user