meryl check funcs

This commit is contained in:
Jayveer 2023-12-07 09:53:01 +00:00
parent fe6ad0c20f
commit cadd0686bd
3 changed files with 24 additions and 15 deletions

View File

@ -115,9 +115,30 @@ int s11e_zk11ecom_800D4440( WatcherWork *work ) {
}
#pragma INCLUDE_ASM("asm/overlays/s11e/s11e_zk11ecom_800D4648.s")
//#pragma INCLUDE_ASM("asm/overlays/s11e/s11e_zk11ecom_800D4648.s")
int s11e_zk11ecom_800D4648( WatcherWork * work )
{
if ( GM_GameStatus_800AB3CC & 2 )
{
SetMode( work, s11e_zk11ecom_800D5EEC ) ;
return 1;
}
return 0;
}
//#pragma INCLUDE_ASM("asm/overlays/s11e/s11e_zk11ecom_800D46A0.s")
int s11e_zk11ecom_800D46A0( WatcherWork * work )
{
if ( s11e_zk11ecom_800D4440( work ) || s11e_zk11ecom_800D435C( work ) || s11e_zk11ecom_800D4648( work ) )
{
work->target->class = TARGET_AVAIL ;
return 1;
}
return 0;
}
#pragma INCLUDE_ASM("asm/overlays/s11e/s11e_zk11ecom_800D46A0.s")
#pragma INCLUDE_ASM("asm/overlays/s11e/s11e_zk11ecom_800D4700.s")
#pragma INCLUDE_ASM("asm/overlays/s11e/s11e_zk11ecom_800D47D4.s")
#pragma INCLUDE_ASM("asm/overlays/s11e/s11e_zk11ecom_800D4828.s")

View File

@ -237,15 +237,3 @@ const char s11e_aErrnotenoughwork_800DEB20[] = "Err not enough work !!\n";
const char s11e_aLowporyd_800DEB38[] = " low[pory=%d\n";
const char s11e_aWatcharcactionpointerr_800DEB48[] = "watchar.c : action point Err\n";
const char s11e_aZakoec_800DEB68[] = "zako11e.c";
/*
const int s11e_dword_800DEB74 = 0x800D4524;
const int s11e_dword_800DEB78 = 0x800D459C;
const int s11e_dword_800DEB7C = 0x800D44AC;
const int s11e_dword_800DEB80 = 0x800D450C;
const int s11e_dword_800DEB84 = 0x800D45D4;
const int s11e_dword_800DEB88 = 0x800D4628;
const int s11e_dword_800DEB8C = 0x800D4628;
const int s11e_dword_800DEB90 = 0x800D45F0;
const int s11e_dword_800DEB94 = 0x800D4604;
*/

Binary file not shown.