This commit is contained in:
Henny022p
2023-07-05 00:57:06 +02:00
parent 9b907d121d
commit 70675cedc1
7 changed files with 23 additions and 17 deletions
+3 -3
View File
@@ -62,9 +62,9 @@ const u8 gUnk_0811162B[] = {
ITEM_SKILL_SWORD_BEAM,
ITEM_SKILL_PERIL_BEAM,
ITEM_SKILL_GREAT_SPIN,
ITEM_SKILL_FAST_SPIN|0x80,
ITEM_SKILL_FAST_SPLIT|0x80,
ITEM_SKILL_LONG_SPIN|0x80,
ITEM_SKILL_FAST_SPIN | 0x80,
ITEM_SKILL_FAST_SPLIT | 0x80,
ITEM_SKILL_LONG_SPIN | 0x80,
0,
0,
0,
+2 -1
View File
@@ -58,7 +58,8 @@ void sub_0806C7D4(Entity* this) {
sub_0806F118(this);
} else {
sub_0807DD94(this, NULL);
if ((this->type2 == 3) && (!CheckGlobalFlag(WARP_EVENT_END)) && (CheckLocalFlag(SORA_ELDER_RECOVER)) && (CheckRoomFlag(0))) {
if ((this->type2 == 3) && (!CheckGlobalFlag(WARP_EVENT_END)) && (CheckLocalFlag(SORA_ELDER_RECOVER)) &&
(CheckRoomFlag(0))) {
this->type2 = 7;
sub_0807DD80(this, &script_WindTribespeople6);
}