diff options
| author | Synray <31429825+Synray@users.noreply.github.com> | 2021-09-21 09:29:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 18:29:43 +0200 |
| commit | 3b7ed8d94339702b23c78f140409dba06d5335c7 (patch) | |
| tree | 0af7cb3a22282fc741c77a5d85d052dd730440ea /data | |
| parent | b18227e6adade59babf84a5ae4b26374602c39fb (diff) | |
Match Environment_Update and EnMThunder_Draw (#982)
* Match Environment_Update
* Match EnMThunder_Draw
* Format
* Capitalize hex
Diffstat (limited to 'data')
| -rw-r--r-- | data/overlays/actors/z_en_m_thunder.reloc.s | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/overlays/actors/z_en_m_thunder.reloc.s b/data/overlays/actors/z_en_m_thunder.reloc.s deleted file mode 100644 index e578ca8db..000000000 --- a/data/overlays/actors/z_en_m_thunder.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_80AA0530 - .incbin "baserom/ovl_En_M_Thunder", 0x1550, 0x00000160 |
