diff options
| author | Zelllll <56516451+Zelllll@users.noreply.github.com> | 2021-06-01 12:17:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-01 13:17:45 -0400 |
| commit | 175aaf4f2637f6136fa3e1d2eef287d7a6a91bfc (patch) | |
| tree | 2893bfb2c4b68c96717693aece0b07af714ceb15 /data | |
| parent | 9de0b1314139e0d9a243ebdb78a3073a782a638e (diff) | |
En_River_Sound OK (#833)
* match en_river_sound
* remove asm
* some docs
* more docs
* saria song
* review stuff
Diffstat (limited to 'data')
| -rw-r--r-- | data/overlays/actors/z_en_river_sound.reloc.s | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/overlays/actors/z_en_river_sound.reloc.s b/data/overlays/actors/z_en_river_sound.reloc.s deleted file mode 100644 index 76b737b9e..000000000 --- a/data/overlays/actors/z_en_river_sound.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_80AE7240 - .incbin "baserom/ovl_En_River_Sound", 0x910, 0x00000070 |
