diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-04-14 19:41:22 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-04-14 19:41:22 +0300 |
| commit | cda3d6fbe5330ffd397da46c1427c4939105e3ff (patch) | |
| tree | 542f2192959b194f4031edfe2dd152b05b430f64 /data | |
| parent | 3eb303c7c9123f9ec8899ac8724094ad5b1d1f7b (diff) | |
Put const data in mailbox
Diffstat (limited to 'data')
| -rw-r--r-- | data/const/npc/mailbox.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/data/const/npc/mailbox.s b/data/const/npc/mailbox.s deleted file mode 100644 index 72b8880a..00000000 --- a/data/const/npc/mailbox.s +++ /dev/null @@ -1,11 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - .align 2 - -gMailboxBehaviors:: @ 0810C804 - .4byte sub_08063210 - .4byte sub_08063220 - .4byte sub_08063254 - .4byte sub_08063278 |
