summaryrefslogtreecommitdiff
path: root/data/const
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-04-13 00:02:03 +0300
committerTal Hayon <talhayon1@gmail.com>2022-04-13 00:04:14 +0300
commite809532548df1a8baaef60a2b07e7dcd0e089296 (patch)
tree10051e4d635b99f82a84812f04d6da6ebe575966 /data/const
parent02cec8ca8d9b8f7373286fcd1c4c88c42beeeeb1 (diff)
Move some const data into code files
Diffstat (limited to 'data/const')
-rw-r--r--data/const/enemy/fireballGuy.s24
-rw-r--r--data/const/enemy/keaton.s30
-rw-r--r--data/const/enemy/miniFireballGuy.s17
-rw-r--r--data/const/enemy/miniSlime.s19
-rw-r--r--data/const/enemy/rope.s24
-rw-r--r--data/const/enemy/ropeGolden.s19
-rw-r--r--data/const/enemy/slime.s27
-rw-r--r--data/const/enemy/smallPesto.s26
-rw-r--r--data/const/enemy/tektite.s22
-rw-r--r--data/const/enemy/tektiteGolden.s19
-rw-r--r--data/const/enemy/vaatiBall.s20
-rw-r--r--data/const/enemy/wisp.s27
-rw-r--r--data/const/manager/manager3.s8
-rw-r--r--data/const/playerItem/playerItemBomb.s22
-rw-r--r--data/const/playerItem/playerItemLantern.s12
15 files changed, 0 insertions, 316 deletions
diff --git a/data/const/enemy/fireballGuy.s b/data/const/enemy/fireballGuy.s
deleted file mode 100644
index 7f761fe4..00000000
--- a/data/const/enemy/fireballGuy.s
+++ /dev/null
@@ -1,24 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-FireballGuy_Functions:: @ 080D17E8
- .4byte FireballGuy_OnTick
- .4byte FireballGuy_OnCollision
- .4byte GenericKnockback
- .4byte GenericDeath
- .4byte GenericConfused
- .4byte FireballGuy_OnGrabbed
-
-gUnk_080D1800:: @ 080D1800
- .4byte sub_080453E8
- .4byte sub_08045430
- .4byte sub_08045454
-
-gUnk_080D180C:: @ 080D180C
- .incbin "fireballGuy/gUnk_080D180C.bin"
-
-gUnk_080D1810:: @ 080D1810
- .incbin "fireballGuy/gUnk_080D1810.bin"
diff --git a/data/const/enemy/keaton.s b/data/const/enemy/keaton.s
deleted file mode 100644
index 0fba5fb0..00000000
--- a/data/const/enemy/keaton.s
+++ /dev/null
@@ -1,30 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-Keaton_Functions:: @ 080CE7B0
- .4byte Keaton_OnTick
- .4byte Keaton_OnCollision
- .4byte GenericKnockback
- .4byte GenericDeath
- .4byte GenericConfused
- .4byte Keaton_OnGrabbed
-
-gUnk_080CE7C8:: @ 080CE7C8
- .4byte sub_08032468
- .4byte sub_0803248C
- .4byte sub_080324CC
- .4byte sub_080324FC
- .4byte sub_08032574
- .4byte sub_080325C4
-
-gUnk_080CE7E0:: @ 080CE7E0
- .incbin "keaton/gUnk_080CE7E0.bin"
-
-gUnk_080CE7F0:: @ 080CE7F0
- .incbin "keaton/gUnk_080CE7F0.bin"
-
-gUnk_080CE810:: @ 080CE810
- .incbin "keaton/gUnk_080CE810.bin"
diff --git a/data/const/enemy/miniFireballGuy.s b/data/const/enemy/miniFireballGuy.s
deleted file mode 100644
index 2acc1d34..00000000
--- a/data/const/enemy/miniFireballGuy.s
+++ /dev/null
@@ -1,17 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-MiniFireballGuy_Functions:: @ 080D1868
- .4byte MiniFireballGuy_OnTick
- .4byte MiniFireballGuy_OnCollision
- .4byte GenericKnockback
- .4byte MiniFireballGuy_OnDeath
- .4byte GenericConfused
- .4byte MiniFireballGuy_OnGrabbed
-
-gUnk_080D1880:: @ 080D1880
- .4byte sub_08045618
- .4byte sub_08045654
diff --git a/data/const/enemy/miniSlime.s b/data/const/enemy/miniSlime.s
deleted file mode 100644
index a11e40e9..00000000
--- a/data/const/enemy/miniSlime.s
+++ /dev/null
@@ -1,19 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-MiniSlime_Functions:: @ 080D17C0
- .4byte MiniSlime_OnTick
- .4byte MiniSlime_OnCollision
- .4byte GenericKnockback
- .4byte MiniSlime_OnDeath
- .4byte GenericConfused
- .4byte MiniSlime_OnGrabbed
-
-gUnk_080D17D8:: @ 080D17D8
- .4byte sub_080452A4
- .4byte sub_080452E4
- .4byte sub_080452FC
- .4byte sub_08045374
diff --git a/data/const/enemy/rope.s b/data/const/enemy/rope.s
deleted file mode 100644
index 92d12e93..00000000
--- a/data/const/enemy/rope.s
+++ /dev/null
@@ -1,24 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-Rope_Functions:: @ 080CE448
- .4byte Rope_OnTick+1
- .4byte Rope_OnCollision
- .4byte GenericKnockback
- .4byte GenericDeath
- .4byte GenericConfused
- .4byte Rope_OnGrabbed
-
-gUnk_080CE460:: @ 080CE460
- .4byte sub_08031434
- .4byte sub_08031480
- .4byte sub_080314FC
- .4byte sub_080315BC
-
-gUnk_080CE470:: @ 080CE470
- .4byte sub_0803140C
- .4byte sub_08031418
- .4byte sub_08031420
diff --git a/data/const/enemy/ropeGolden.s b/data/const/enemy/ropeGolden.s
deleted file mode 100644
index 65413cf8..00000000
--- a/data/const/enemy/ropeGolden.s
+++ /dev/null
@@ -1,19 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-RopeGolden_Functions:: @ 080CF4C8
- .4byte RopeGolden_OnTick+1
- .4byte RopeGolden_OnCollision
- .4byte GenericKnockback
- .4byte RopeGolden_OnDeath
- .4byte GenericConfused
- .4byte RopeGolden_OnTick+1
-
-gUnk_080CF4E0:: @ 080CF4E0
- .4byte sub_08038258
- .4byte sub_0803827C
- .4byte sub_080382EC
- .4byte sub_08038304
diff --git a/data/const/enemy/slime.s b/data/const/enemy/slime.s
deleted file mode 100644
index b08debdd..00000000
--- a/data/const/enemy/slime.s
+++ /dev/null
@@ -1,27 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-Slime_Functions:: @ 080D16A4
- .4byte Slime_OnTick
- .4byte Slime_OnCollision
- .4byte GenericKnockback
- .4byte GenericDeath
- .4byte GenericConfused
- .4byte Slime_OnGrabbed
-
-gUnk_080D16BC:: @ 080D16BC
- .4byte sub_08044FC8
- .4byte sub_08044FF8
- .4byte sub_08045018
- .4byte sub_08045088
- .4byte sub_080450A8
-
-gUnk_080D16D0:: @ 080D16D0
- .incbin "slime/gUnk_080D16D0.bin"
-
-gUnk_080D16D4:: @ 080D16D4
- .incbin "slime/gUnk_080D16D4.bin"
-
diff --git a/data/const/enemy/smallPesto.s b/data/const/enemy/smallPesto.s
deleted file mode 100644
index 98cb42c6..00000000
--- a/data/const/enemy/smallPesto.s
+++ /dev/null
@@ -1,26 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-SmallPesto_Functions:: @ 080CE530
- .4byte SmallPesto_OnTick
- .4byte SmallPesto_OnCollision
- .4byte GenericKnockback
- .4byte GenericDeath
- .4byte GenericConfused
- .4byte SmallPesto_OnGrabbed
-
-gUnk_080CE548:: @ 080CE548
- .4byte sub_08031704
- .4byte sub_08031714
- .4byte sub_08031770
-
-gUnk_080CE554:: @ 080CE554
- .4byte sub_080316DC
- .4byte sub_080316E8
- .4byte sub_080316F0
-
-gUnk_080CE560:: @ 080CE560
- .incbin "smallPesto/gUnk_080CE560.bin"
diff --git a/data/const/enemy/tektite.s b/data/const/enemy/tektite.s
deleted file mode 100644
index 94e67dc7..00000000
--- a/data/const/enemy/tektite.s
+++ /dev/null
@@ -1,22 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-Tektite_Functions:: @ 080CDED0
- .4byte Tektite_OnTick
- .4byte Tektite_OnCollision
- .4byte GenericKnockback
- .4byte GenericDeath
- .4byte Tektite_OnConfused
- .4byte Tektite_OnGrabbed
-
-gUnk_080CDEE8:: @ 080CDEE8
- .4byte sub_0802F210
- .4byte sub_0802F284
- .4byte sub_0802F300
- .4byte sub_0802F3F4
-
-gUnk_080CDEF8:: @ 080CDEF8
- .incbin "tektite/gUnk_080CDEF8.bin"
diff --git a/data/const/enemy/tektiteGolden.s b/data/const/enemy/tektiteGolden.s
deleted file mode 100644
index 453c46bb..00000000
--- a/data/const/enemy/tektiteGolden.s
+++ /dev/null
@@ -1,19 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-TektiteGolden_Functions:: @ 080CF4A0
- .4byte TektiteGolden_OnTick
- .4byte TektiteGolden_OnCollision
- .4byte GenericKnockback
- .4byte TektiteGolden_OnDeath
- .4byte TektiteGolden_OnConfused
- .4byte TektiteGolden_OnTick
-
-gUnk_080CF4B8:: @ 080CF4B8
- .4byte sub_08037FA0
- .4byte sub_08037Fe0
- .4byte sub_08038048
- .4byte sub_08038110
diff --git a/data/const/enemy/vaatiBall.s b/data/const/enemy/vaatiBall.s
deleted file mode 100644
index 444a6450..00000000
--- a/data/const/enemy/vaatiBall.s
+++ /dev/null
@@ -1,20 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-gUnk_080D1604:: @ 080D1604
- .4byte sub_0804468C
- .4byte sub_0804474C
- .4byte sub_080447E0
- .4byte sub_08044868
- .4byte sub_0804474C
- .4byte sub_080449F8
- .4byte sub_08044B04
-
-gUnk_080D1620:: @ 080D1620
- .incbin "vaatiBall/gUnk_080D1620.bin"
-
-gUnk_080D1628:: @ 080D1628
- .incbin "vaatiBall/gUnk_080D1628.bin"
diff --git a/data/const/enemy/wisp.s b/data/const/enemy/wisp.s
deleted file mode 100644
index 2c66267a..00000000
--- a/data/const/enemy/wisp.s
+++ /dev/null
@@ -1,27 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-Wisp_Functions:: @ 080CEB74
- .4byte Wisp_OnTick
- .4byte Wisp_OnCollision
- .4byte GenericKnockback
- .4byte GenericDeath
- .4byte GenericConfused
- .4byte Wisp_OnGrabbed
-
-gUnk_080CEB8C:: @ 080CEB8C
- .4byte sub_08033674
- .4byte sub_080336A8
- .4byte sub_080336DC
-
-gUnk_080CEB98:: @ 080CEB98
- .4byte sub_08033650
- .4byte sub_08033658
- .4byte sub_08033660
-
-
-gUnk_080CEBA4:: @ 080CEBA4
- .incbin "wisp/gUnk_080CEBA4.bin"
diff --git a/data/const/manager/manager3.s b/data/const/manager/manager3.s
deleted file mode 100644
index ca9972aa..00000000
--- a/data/const/manager/manager3.s
+++ /dev/null
@@ -1,8 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-gUnk_08107C6C:: @ 08107C6C
- .incbin "manager3/gUnk_08107C6C.bin"
diff --git a/data/const/playerItem/playerItemBomb.s b/data/const/playerItem/playerItemBomb.s
deleted file mode 100644
index c229f5ab..00000000
--- a/data/const/playerItem/playerItemBomb.s
+++ /dev/null
@@ -1,22 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-gUnk_080B77C8:: @ 080B77C8
- .4byte sub_0801B250
- .4byte sub_0801B2CC
- .4byte sub_0801B318
- .4byte sub_0801B38C
-
-gUnk_080B77D8:: @ 080B77D8
- .4byte sub_0801B330
- .4byte sub_0801B340
- .4byte sub_0801B354
- .4byte sub_0801B368
- .4byte sub_0801B384
- .incbin "playerItemBomb/gUnk_080B77D8.bin"
-
-gUnk_080B77F4:: @ 080B77F4
- .incbin "playerItemBomb/gUnk_080B77F4.bin"
diff --git a/data/const/playerItem/playerItemLantern.s b/data/const/playerItem/playerItemLantern.s
deleted file mode 100644
index cadbfd8c..00000000
--- a/data/const/playerItem/playerItemLantern.s
+++ /dev/null
@@ -1,12 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-gUnk_080FEEA8:: @ 080FEEA8
- .4byte sub_08054A60
- .4byte sub_08054AC8
-
-gUnk_080FEEB0:: @ 080FEEB0
- .incbin "playerItemLantern/gUnk_080FEEB0.bin"