Skip to content

Commit

Permalink
Updated function names
Browse files Browse the repository at this point in the history
  • Loading branch information
TekkaGB committed Sep 26, 2022
1 parent 6042768 commit eedf844
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions field/pack/fd007_001/f007.flow
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ void call_velvet_room()
FLD_FUNCTION_0008( 10243, 1, 0, 0, 1 );
WAIT( 15 );
FADE( 1, 10 );
FUNCTION_0024( 255, 255, 255 );
SET_FADE_COLOUR( 255, 255, 255 );
FADE_SYNC();
eve_0320_velvetroom();
FUNCTION_006B( 1 );
Expand All @@ -348,7 +348,7 @@ void call_velvet_room()
FLD_FUNCTION_0008( 10243, 1, 0, 0, 1 );
WAIT( 15 );
FADE( 1, 10 );
FUNCTION_0024( 255, 255, 255 );
SET_FADE_COLOUR( 255, 255, 255 );
FADE_SYNC();
eve_0320_vs_marguerite();
CALL_FIELD( 8, 2, 4, 0 );
Expand Down Expand Up @@ -386,7 +386,7 @@ void call_velvet_room()
FLD_FUNCTION_0008( 10243, 1, 0, 0, 1 );
WAIT( 15 );
FADE( 1, 10 );
FUNCTION_0024( 255, 255, 255 );
SET_FADE_COLOUR( 255, 255, 255 );
FADE_SYNC();
BIT_ON( 0 + 0x0400 + 655 );

Expand Down
8 changes: 4 additions & 4 deletions field/pack/fd010_002/f010.flow
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void up_embankment_hook()
{
FADE( 1, 5 );
FADE_SYNC();
FUNCTION_0023( 1, 24 );
PLAY_SYS_SOUNDEFFECT( 1, 24 );
CALL_FIELD( 10, 1, 1, 0 );
}

Expand Down Expand Up @@ -220,7 +220,7 @@ void call_velvet_room()
FLD_FUNCTION_0008( 10243, 1, 0, 0, 1 );
WAIT( 15 );
FADE( 1, 10 );
FUNCTION_0024( 255, 255, 255 );
SET_FADE_COLOUR( 255, 255, 255 );
FADE_SYNC();
eve_0320_velvetroom();
FUNCTION_006B( 1 );
Expand All @@ -235,7 +235,7 @@ void call_velvet_room()
FLD_FUNCTION_0008( 10243, 1, 0, 0, 1 );
WAIT( 15 );
FADE( 1, 10 );
FUNCTION_0024( 255, 255, 255 );
SET_FADE_COLOUR( 255, 255, 255 );
FADE_SYNC();
eve_0320_vs_marguerite();
CALL_FIELD( 8, 2, 4, 0 );
Expand Down Expand Up @@ -273,7 +273,7 @@ void call_velvet_room()
FLD_FUNCTION_0008( 10243, 1, 0, 0, 1 );
WAIT( 15 );
FADE( 1, 10 );
FUNCTION_0024( 255, 255, 255 );
SET_FADE_COLOUR( 255, 255, 255 );
FADE_SYNC();
BIT_ON( 0 + 0x0400 + 655 );

Expand Down
6 changes: 3 additions & 3 deletions field/script/lmap.flow
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void call_velvet_room()
FLD_FUNCTION_0008( 10243, 1, 0, 0, 1 );
WAIT( 15 );
FADE( 1, 10 );
FUNCTION_0024( 255, 255, 255 );
SET_FADE_COLOUR( 255, 255, 255 );
FADE_SYNC();
eve_0320_velvetroom();
FUNCTION_006B( 1 );
Expand All @@ -328,7 +328,7 @@ void call_velvet_room()
FLD_FUNCTION_0008( 10243, 1, 0, 0, 1 );
WAIT( 15 );
FADE( 1, 10 );
FUNCTION_0024( 255, 255, 255 );
SET_FADE_COLOUR( 255, 255, 255 );
FADE_SYNC();
eve_0320_vs_marguerite();
CALL_FIELD( 8, 2, 4, 0 );
Expand Down Expand Up @@ -366,7 +366,7 @@ void call_velvet_room()
FLD_FUNCTION_0008( 10243, 1, 0, 0, 1 );
WAIT( 15 );
FADE( 1, 10 );
FUNCTION_0024( 255, 255, 255 );
SET_FADE_COLOUR( 255, 255, 255 );
FADE_SYNC();
BIT_ON( 0 + 0x0400 + 655 );

Expand Down
2 changes: 1 addition & 1 deletion scheduler/scheduler_04.flow
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void sdl04_10_PM_D_hook()
PLAY_CUTSCENE( 1 );
FUNCTION_0065();
CALL_EVENT( 101, 1, 0 );
FUNCTION_0051();
SET_NAME();
CALL_EVENT( 102, 1, 0 );
PLAY_CUTSCENE( 2 );
FUNCTION_0065();
Expand Down

0 comments on commit eedf844

Please sign in to comment.