mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-23 07:19:53 -04:00
npc_besu, npc_toby DBG equiv (#3051)
This commit is contained in:
@@ -204,8 +204,8 @@ int daNpcMsg_setEvtNum(u8 iEvtNum) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
u8 daNpcKakashi_chkSwdTutorialStage() {
|
||||
return strcmp(dComIfGp_getStartStageName(), "F_SP103") == 0 && dComIfG_play_c::getLayerNo(0) == 8;
|
||||
bool daNpcKakashi_chkSwdTutorialStage() {
|
||||
return bool(strcmp(dComIfGp_getStartStageName(), "F_SP103") == 0 && dComIfG_play_c::getLayerNo(0) == 8);
|
||||
}
|
||||
|
||||
void daNpcKakashi_setSwdTutorialStep(u8 iEvtNum) {
|
||||
|
||||
Reference in New Issue
Block a user