diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2020-11-23 20:34:32 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-23 21:34:32 -0500 |
| commit | 3aa76152c56ab56af9e253fcef86115ccbb628d2 (patch) | |
| tree | 1db89c6dc86d8ec4f8848258f751b7d0a298a2c5 /data | |
| parent | 89f89ac5eaf5b41b6968fab6d37ef78fb9d50ea6 (diff) | |
En_Attack_Niw, En_Insect, z_skin_matrix, and z_skelanime matched (#493)
* Darkmeiro decompilation
Bg_Gnd_Darkmeiro decompiled, matched, and documented.
* give this a shot
* fix conflict
* one more try
* could be useful
* whoops
* ZAP2 stuff
* ZAP why
* ZAP again
* marginal improvement
* matched functions. Also fixed a serious lack of static
* format
* more static
* fixing a function prototype
* skelanime OK
* forgot .s
* skin matrix matched
* format
Diffstat (limited to 'data')
| -rw-r--r-- | data/overlays/actors/z_en_attack_niw.reloc.s | 13 | ||||
| -rw-r--r-- | data/overlays/actors/z_en_insect.reloc.s | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/data/overlays/actors/z_en_attack_niw.reloc.s b/data/overlays/actors/z_en_attack_niw.reloc.s deleted file mode 100644 index b66f34bc9..000000000 --- a/data/overlays/actors/z_en_attack_niw.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_809B6200 - .incbin "baserom/ovl_En_Attack_Niw", 0x1100, 0x00000150 diff --git a/data/overlays/actors/z_en_insect.reloc.s b/data/overlays/actors/z_en_insect.reloc.s deleted file mode 100644 index a825ed25d..000000000 --- a/data/overlays/actors/z_en_insect.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_80A7E0B0 - .incbin "baserom/ovl_En_Insect", 0x2290, 0x000003B0 |
