-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from AnimatedSwine37/main
Update Readme + Bug Fixes
- Loading branch information
Showing
24 changed files
with
174 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import("../build/input/field/pack/fd007_002/f007.bf"); | ||
import("f007.bf"); | ||
|
||
void door_entrance_hook() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import( "f020.bf" ); | ||
import( "IntroSkip.bf.flow" ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
import("fc0.bf"); | ||
|
||
void foodCourt_init_hook() | ||
{ | ||
// BIT_ON(1556); // Make it so party s links don't become unavailable if you go to the food court and leave | ||
|
||
if ((GET_WEATHER() == 1) || (GET_WEATHER() == 7)) | ||
{ | ||
FLD_FUNCTION_0007(10244, 1); | ||
} | ||
else | ||
{ | ||
FLD_FUNCTION_0007(10244, 0); | ||
} | ||
|
||
if ((CHECK_TIME_SPAN(12, 8, 3, 31) == 1) && (BIT_CHK(23) == 0)) | ||
{ | ||
FLD_FUNCTION_0007(10243, 1); | ||
} | ||
else | ||
{ | ||
FLD_FUNCTION_0007(10243, 0); | ||
} | ||
|
||
if (DATE_CHK(8, 18) == 1) | ||
{ | ||
FLD_FUNCTION_0007(10245, 1); | ||
FLD_FUNCTION_0007(10247, 0); | ||
} | ||
else | ||
{ | ||
FLD_FUNCTION_0007(10245, 0); | ||
FLD_FUNCTION_0007(10247, 1); | ||
} | ||
|
||
FLD_FUNCTION_0007(10246, 0); | ||
FLD_FUNCTION_0007(10257, 0); | ||
|
||
if (CHECK_TIME_SPAN(7, 11, 3, 31)) | ||
{ | ||
FLD_FUNCTION_0008(10242, 1, 0, 0, 1); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
import("fc1.bf"); | ||
|
||
void foodCourt_init_hook() | ||
{ | ||
// BIT_ON(1556); // Make it so party s links don't become unavailable if you go to the food court and leave | ||
|
||
if ((GET_WEATHER() == 1) || (GET_WEATHER() == 7)) | ||
{ | ||
FLD_FUNCTION_0007(10244, 1); | ||
} | ||
else | ||
{ | ||
FLD_FUNCTION_0007(10244, 0); | ||
} | ||
|
||
if ((CHECK_TIME_SPAN(12, 8, 3, 31) == 1) && (BIT_CHK(23) == 0)) | ||
{ | ||
FLD_FUNCTION_0007(10243, 1); | ||
} | ||
else | ||
{ | ||
FLD_FUNCTION_0007(10243, 0); | ||
} | ||
|
||
if (DATE_CHK(8, 18) == 1) | ||
{ | ||
FLD_FUNCTION_0007(10245, 1); | ||
FLD_FUNCTION_0007(10247, 0); | ||
} | ||
else | ||
{ | ||
FLD_FUNCTION_0007(10245, 0); | ||
FLD_FUNCTION_0007(10247, 1); | ||
} | ||
|
||
FLD_FUNCTION_0007(10246, 0); | ||
FLD_FUNCTION_0007(10257, 0); | ||
|
||
if (CHECK_TIME_SPAN(7, 11, 3, 31)) | ||
{ | ||
FLD_FUNCTION_0008(10242, 1, 0, 0, 1); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
import("fc2.bf"); | ||
|
||
void foodCourt_init_hook() | ||
{ | ||
// BIT_ON(1556); // Make it so party s links don't become unavailable if you go to the food court and leave | ||
|
||
if ((GET_WEATHER() == 1) || (GET_WEATHER() == 7)) | ||
{ | ||
FLD_FUNCTION_0007(10244, 1); | ||
} | ||
else | ||
{ | ||
FLD_FUNCTION_0007(10244, 0); | ||
} | ||
|
||
if ((CHECK_TIME_SPAN(12, 8, 3, 31) == 1) && (BIT_CHK(23) == 0)) | ||
{ | ||
FLD_FUNCTION_0007(10243, 1); | ||
} | ||
else | ||
{ | ||
FLD_FUNCTION_0007(10243, 0); | ||
} | ||
|
||
if (DATE_CHK(8, 18) == 1) | ||
{ | ||
FLD_FUNCTION_0007(10245, 1); | ||
FLD_FUNCTION_0007(10247, 0); | ||
} | ||
else | ||
{ | ||
FLD_FUNCTION_0007(10245, 0); | ||
FLD_FUNCTION_0007(10247, 1); | ||
} | ||
|
||
FLD_FUNCTION_0007(10246, 0); | ||
FLD_FUNCTION_0007(10257, 0); | ||
|
||
if (CHECK_TIME_SPAN(7, 11, 3, 31)) | ||
{ | ||
FLD_FUNCTION_0008(10242, 1, 0, 0, 1); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.