summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorCatobat <69204835+Catobat@users.noreply.github.com>2023-04-28 20:20:29 +0200
committerCatobat <69204835+Catobat@users.noreply.github.com>2023-04-28 20:20:29 +0200
commit04f4272b14eaa9401f37af791065e81b3bdc222d (patch)
treed5430417f1ed178242390ef262a1998b76c5255f /linker.ld
parentb25f36e736d6e9a5935a2701b669f3bf00270ae5 (diff)
Document structs for interacting with entities
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/linker.ld b/linker.ld
index 17221aa0..479e7328 100644
--- a/linker.ld
+++ b/linker.ld
@@ -143,8 +143,8 @@ SECTIONS {
. = 0x00003DD0; gUpdateContext = .;
. = 0x00003DE0; gUnk_03003DE0 = .;
. = 0x00003DE4; gUnk_03003DE4 = .;
- . = 0x00003DF0; gUnk_03003DF0 = .;
- . = 0x00003DF8; gUnk_03003DF8 = .;
+ . = 0x00003DF0; gPossibleInteraction = .;
+ . = 0x00003DF8; gInteractableObjects = .;
. = 0x00003F80; gPlayerState = .;
. = 0x00004030; gDiggingCaveEntranceTransition = .;
. = 0x00004040; gPlayerClones = .;