diff options
| author | Synray <31429825+Synray@users.noreply.github.com> | 2021-09-26 06:35:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-26 15:35:01 +0200 |
| commit | 52f93d135f66f075b01b1d64b19b160f02bb0c8d (patch) | |
| tree | 042d35d42dc2f631123daa65581afc4c8bd36a1d /data | |
| parent | 16471bb68d096289afb979a12c6cf1dc7e9a50a6 (diff) | |
Decompile Object Kankyo (#960)
* Decompile Object Kankyo
* Remove asm, format
* Start documenting object kankyo
* Document object kankyo
* Remove reloc
* Review changes
and formatted again :(
* WIP
* Review changes
Diffstat (limited to 'data')
| -rw-r--r-- | data/overlays/actors/z_object_kankyo.data.s | 54 | ||||
| -rw-r--r-- | data/overlays/actors/z_object_kankyo.reloc.s | 13 |
2 files changed, 0 insertions, 67 deletions
diff --git a/data/overlays/actors/z_object_kankyo.data.s b/data/overlays/actors/z_object_kankyo.data.s deleted file mode 100644 index 734bb97b5..000000000 --- a/data/overlays/actors/z_object_kankyo.data.s +++ /dev/null @@ -1,54 +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_80BA58E0 - .word gEffLightning1Tex, gEffLightning2Tex, gEffLightning3Tex, gEffLightning4Tex, gEffLightning5Tex, gEffLightning6Tex, gEffLightning7Tex, gEffLightning8Tex -glabel D_80BA5900 - .word 0x060015E0, 0x060025E0, 0x060035E0, 0x060045E0, 0x060055E0, 0x060065E0, 0x060075E0, 0x060085E0 -glabel Object_Kankyo_InitVars - .word 0x00970700, 0x02000030, 0x00010000, 0x00001660 -.word ObjectKankyo_Init -.word ObjectKankyo_Destroy -.word ObjectKankyo_Update -.word ObjectKankyo_Draw -glabel D_80BA5940 - .word 0x00000000 -glabel D_80BA5944 - .word 0x00000000 -glabel D_80BA5948 - .word 0x00000000, 0x00000000, 0x00000000 -glabel D_80BA5954 - .word 0x00000000, 0x00000000, 0x00000000 -glabel D_80BA5960 - .word 0x00000000, 0x00000000, 0x00000000 -glabel D_80BA596C - .word 0x00000000, 0x00000000, 0x00000000 -glabel D_80BA5978 - .word 0x00000000, 0x00000000, 0x00000000 -glabel D_80BA5984 - .word 0x00000000, 0x00000000, 0x00000000 -glabel D_80BA5990 - .word 0x00000000, 0x00000000, 0x00000000 -glabel D_80BA599C - .word 0x43D70000, 0x44570000, 0x43D70000, 0xC3D50000, 0xC4578000, 0xC3DC0000 -glabel D_80BA59B4 - .word 0x4409C000, 0x4409C000, 0x4409C000, 0x440A8000, 0x4409C000, 0x4408C000 -glabel D_80BA59CC - .word 0xC2C00000, 0xC4520000, 0xC4C62000, 0xC4C54000, 0xC4520000, 0xC29C0000 -glabel D_80BA59E4 - .word 0x41EF3333, 0x42B40000, 0x43160000, 0x41F00000, 0x42B40000, 0xC1F0CCCD -glabel D_80BA59FC - .word 0x42CECCCD, 0x42CF999A, 0x42CF3333, 0xC2CECCCD, 0xC2CF0000, 0x42CF0000 -glabel D_80BA5A14 - .word 0xFFFFAAAA, 0xFFFFFFAA, 0xFFFFFFAA, 0xFFFFAAFF, 0xFFAA0000 -glabel D_80BA5A28 - .word 0x00C80000, 0x32FF6400, 0xC8C80000, 0xC8FF00FF, 0x78000000, 0x00000000 - diff --git a/data/overlays/actors/z_object_kankyo.reloc.s b/data/overlays/actors/z_object_kankyo.reloc.s deleted file mode 100644 index 99d279d8e..000000000 --- a/data/overlays/actors/z_object_kankyo.reloc.s +++ /dev/null @@ -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_80BA5CE0 - .incbin "baserom/ovl_Object_Kankyo", 0x3240, 0x00000390 |
