Skip to content

Commit

Permalink
test: add 100_rooms_of_wisdom.zplay
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Feb 12, 2024
1 parent 53cdacc commit a59b614
Show file tree
Hide file tree
Showing 149 changed files with 6,575 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/headers/tango/1.3/tango_functions.zh
Expand Up @@ -550,7 +550,7 @@ void __Tango_FuncGoto(int newString)
}

// Implementation of @pressa
int __Tango_FuncPressA()
void __Tango_FuncPressA()
{
Game->PlaySound(__Tango_GetCurrStyleData(TANGO_STYLE_TEXT_END_SFX));
__Tango_SetCurrSlotData(__TSDIDX_STATE, __TANGO_STATE_PRESS_A);
Expand Down
3 changes: 3 additions & 0 deletions tests/replays/scripting/100_rooms_of_wisdom.qst
Git LFS file not shown
3 changes: 3 additions & 0 deletions tests/replays/scripting/100_rooms_of_wisdom.zplay
Git LFS file not shown
7 changes: 7 additions & 0 deletions tests/scripts/alucard/100_rooms_of_wisdom/100global.z
@@ -0,0 +1,7 @@
import "std_old.zh"

global script OnExit{
void run(){
Game->Save();
}
}

0 comments on commit a59b614

Please sign in to comment.