diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2021-10-28 21:17:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-28 15:17:42 -0400 |
| commit | bf0f26db9b9c2325cea249d6c8e0ec3b5152bcd6 (patch) | |
| tree | 2d304391390baafc38256d24523f3c1d570ffc31 /data | |
| parent | 188690c602e51ae256c1dff38347be84b50058ff (diff) | |
Match the remaining functions in Boss_Ganon2 (#1015)
* Match the remaining functions in Boss_Ganon2
* Add empty lines after declarations
Diffstat (limited to 'data')
| -rw-r--r-- | data/overlays/actors/z_boss_ganon2.reloc.s | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/overlays/actors/z_boss_ganon2.reloc.s b/data/overlays/actors/z_boss_ganon2.reloc.s deleted file mode 100644 index 12805eff7..000000000 --- a/data/overlays/actors/z_boss_ganon2.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_8090DDA0 - .incbin "baserom/ovl_Boss_Ganon2", 0x10E60, 0x00000D80 |
