summaryrefslogtreecommitdiff
path: root/src/object/object6A.c
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2021-12-26 23:22:16 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2021-12-26 23:22:16 +0100
commit2ccf89a1fb89e01f449e1d4ce734c57943fa093b (patch)
tree55b14aa2625dd269c30be6d636b97a65d828b145 /src/object/object6A.c
parent11bb0e7656594d12bf16a250d43a59361e15bd9e (diff)
Rename scripts
Diffstat (limited to 'src/object/object6A.c')
-rw-r--r--src/object/object6A.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/object/object6A.c b/src/object/object6A.c
index baeccd92..b1005e1e 100644
--- a/src/object/object6A.c
+++ b/src/object/object6A.c
@@ -16,10 +16,10 @@ extern s16 gUnk_08122B0E[];
extern u16 gUnk_08122B1E[];
extern s8 gUnk_08122B2E[];
-extern u16 script_0800AEDC;
-extern u16 script_0801183C;
+extern u16 script_Object6ATheLittleHat;
+extern u16 script_Object6ASwordInChest;
extern u16 script_08015B14;
-extern u16 script_08011940;
+extern u16 script_ZeldaMagic;
extern u16 script_08012C48;
typedef struct {
@@ -186,7 +186,7 @@ void sub_08094B94(Object6AEntity* this) {
if (e != NULL) {
CopyPosition(&gPlayerEntity, e);
e->z.HALF.HI = -48;
- ((Object6AEntity*)e)->ctx = StartCutscene(e, &script_0800AEDC);
+ ((Object6AEntity*)e)->ctx = StartCutscene(e, &script_Object6ATheLittleHat);
CreateDust(e);
e->z.HALF.HI += 16;
e->y.HALF.HI++;
@@ -535,7 +535,7 @@ void sub_08095244(Object6AEntity* this) {
if (e != NULL) {
e->parent = super;
PositionRelative(super, e, 0x100000, -0x100000);
- ((Object6AEntity*)e)->ctx = StartCutscene(e, &script_0801183C);
+ ((Object6AEntity*)e)->ctx = StartCutscene(e, &script_Object6ASwordInChest);
}
}
}
@@ -804,7 +804,7 @@ void sub_08095810(Object6AEntity* this) {
e->parent = super;
CopyPosition(super, e);
ResolveEntityOnTop(super, e);
- ((Object6AEntity*)e)->ctx = StartCutscene(e, &script_08011940);
+ ((Object6AEntity*)e)->ctx = StartCutscene(e, &script_ZeldaMagic);
}
}