diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-03-24 06:32:01 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-03-24 06:32:01 +0200 |
| commit | 92e7aaa89b0a8ceca29185aa9b9454d1e02e80d0 (patch) | |
| tree | 062e1afe0d3f05a659dc9c8c55f1f3ec66e58ce7 /data/const | |
| parent | 65d6fbb5f99b8a89c23e467d12ec3d06b41126cd (diff) | |
Put const data in acroBandits + renames
Diffstat (limited to 'data/const')
| -rw-r--r-- | data/const/enemy/acroBandits.s | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/data/const/enemy/acroBandits.s b/data/const/enemy/acroBandits.s deleted file mode 100644 index cdda3e2d..00000000 --- a/data/const/enemy/acroBandits.s +++ /dev/null @@ -1,55 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - .align 2 - -AcroBandit_Functions:: @ 080CE56C - .4byte AcroBandit_OnTick - .4byte AcroBandit_OnCollision - .4byte AcroBandit_OnKnockback - .4byte GenericDeath - .4byte GenericConfused - .4byte AcroBandit_OnGrabbed - -gUnk_080CE584:: @ 080CE584 - .4byte sub_08031A88 - .4byte sub_08031E90 - -gUnk_080CE58C:: @ 080CE58C - .4byte sub_08031AA0 - .4byte sub_08031AC8 - .4byte sub_08031B48 - .4byte sub_08031B98 - .4byte sub_08031C1C - .4byte sub_08031C58 - .4byte sub_08031D70 - .4byte sub_08031DA0 - .4byte sub_08031DC4 - -gUnk_080CE5B0:: @ 080CE5B0 - .incbin "acroBandits/gUnk_080CE5B0.bin" - -gUnk_080CE5B8:: @ 080CE5B8 - .incbin "acroBandits/gUnk_080CE5B8.bin" - -gUnk_080CE5C0:: @ 080CE5C0 - .incbin "acroBandits/gUnk_080CE5C0.bin" - -gUnk_080CE5C8:: @ 080CE5C8 - .4byte sub_08031EA8 - .4byte sub_08031EE8 - .4byte sub_08031F54 - .4byte sub_08031FB0 - .4byte sub_08032008 - .4byte sub_08032148 - .4byte sub_08032160 - .4byte sub_080321E8 - .4byte sub_08032204 - .4byte sub_08032248 - -gUnk_080CE5F0:: @ 080CE5F0 - .incbin "acroBandits/gUnk_080CE5F0.bin" - -gUnk_080CE5FA:: @ 080CE5FA - .incbin "acroBandits/gUnk_080CE5FA.bin" |
