summaryrefslogtreecommitdiff
path: root/include/tables
diff options
context:
space:
mode:
authorinspectredc <78732756+inspectredc@users.noreply.github.com>2024-04-16 20:31:29 +0100
committerGitHub <noreply@github.com>2024-04-16 12:31:29 -0700
commite6ea51bc3dcf69310c5dcdae5b812dc74e628aaf (patch)
tree406fc1756035e49f5c5252058b949ba5809e9833 /include/tables
parent7f426967efd07046bfbe791ed4e64808ae5a26e2 (diff)
ac_Fuusen OK and documented (#174)
* ac_Fuusen OK and documented * add struct offsets * use null post merge * fix sym stuff * suggestions * act_balloon extracted * remove fake symbol * name object enum * include assets * fgname enum/macro
Diffstat (limited to 'include/tables')
-rw-r--r--include/tables/dmatables/dmadata_table_jp.h2
-rw-r--r--include/tables/object_table.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/tables/dmatables/dmadata_table_jp.h b/include/tables/dmatables/dmadata_table_jp.h
index dc07943..9528409 100644
--- a/include/tables/dmatables/dmadata_table_jp.h
+++ b/include/tables/dmatables/dmadata_table_jp.h
@@ -2307,7 +2307,7 @@ DEFINE_DMA_ENTRY(segment_011F1000, "segment_011F1000")
DEFINE_DMA_ENTRY(segment_011F2000, "segment_011F2000")
DEFINE_DMA_ENTRY(segment_011F3000, "segment_011F3000")
DEFINE_DMA_ENTRY(object_011F4000, "object_011F4000")
-DEFINE_DMA_ENTRY(object_011F5000, "object_011F5000")
+DEFINE_DMA_ENTRY(act_balloon, "act_balloon")
DEFINE_DMA_ENTRY(segment_011F6000, "segment_011F6000")
DEFINE_DMA_ENTRY(segment_011F8000, "segment_011F8000")
DEFINE_DMA_ENTRY(segment_011FA000, "segment_011FA000")
diff --git a/include/tables/object_table.h b/include/tables/object_table.h
index ee4f5fb..3ae62d5 100644
--- a/include/tables/object_table.h
+++ b/include/tables/object_table.h
@@ -410,7 +410,7 @@
/* 0x18D */ DEFINE_OBJECT(object_00F48000, OBJECT_397)
/* 0x18E */ DEFINE_OBJECT(object_00FD6000, OBJECT_398)
/* 0x18F */ DEFINE_OBJECT(object_00FD9000, OBJECT_399)
-/* 0x190 */ DEFINE_OBJECT(object_011F5000, OBJECT_400)
+/* 0x190 */ DEFINE_OBJECT(act_balloon, OBJECT_ACT_BALLOON)
/* 0x191 */ DEFINE_OBJECT_UNSET(OBJECT_UNSET_401)
/* 0x192 */ DEFINE_OBJECT_UNSET(OBJECT_UNSET_402)
/* 0x193 */ DEFINE_OBJECT_UNSET(OBJECT_UNSET_403)