diff options
author | Martin Griffin <martinrgriffin@gmail.com> | 2020-02-23 15:46:22 +0000 |
---|---|---|
committer | Martin Griffin <martinrgriffin@gmail.com> | 2020-03-06 09:47:20 +0000 |
commit | 4485d51522a05e40c3c3458169c389b9a0421c3e (patch) | |
tree | 85c9e38192978a2daaf15a189ef57b05aad1084f /data | |
parent | a85587d8c21cc4d8f5481d61bbcaa2f11c911b80 (diff) |
Document decoration.c
Diffstat (limited to 'data')
-rw-r--r-- | data/scripts/secret_base.inc | 2 | ||||
-rw-r--r-- | data/specials.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/secret_base.inc b/data/scripts/secret_base.inc index cf582bba5..b5c3251b5 100644 --- a/data/scripts/secret_base.inc +++ b/data/scripts/secret_base.inc @@ -301,7 +301,7 @@ SecretBase_EventScript_PutAwayDecoration:: @ 8275D2E end SecretBase_EventScript_PutAwayDecorationLoop:: @ 8275D39 - special sub_8129708 + special PutAwayDecorationIteration compare VAR_RESULT, 1 goto_if_eq SecretBase_EventScript_PutAwayDecorationEnd addvar VAR_0x8004, 1 diff --git a/data/specials.inc b/data/specials.inc index dea813a76..fb2e8fe75 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -31,7 +31,7 @@ gSpecials:: @ 81DBA64 def_special GetObjectEventLocalIdByFlag def_special GetSecretBaseTypeInFrontOfPlayer def_special SetSecretBaseOwnerGfxId - def_special sub_8129708 + def_special PutAwayDecorationIteration def_special EnterNewlyCreatedSecretBase def_special SetBattledOwnerFromResult def_special DoSecretBasePCTurnOffEffect |