mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
19 lines
383 B
C++
19 lines
383 B
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_npc_cb1_static.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_npc_cb1.h"
|
|
#include "dolphin/types.h"
|
|
|
|
bool daNpc_Cb1_c::m_playerRoom;
|
|
bool daNpc_Cb1_c::m_flying;
|
|
s16 daNpc_Cb1_c::m_flyingTimer;
|
|
u16 daNpc_Cb1_c::m_status;
|
|
|
|
/* 800CB5C4-800CB5CC .text getMaxFlyingTimer__11daNpc_Cb1_cFv */
|
|
s16 daNpc_Cb1_c::getMaxFlyingTimer() {
|
|
return 15*30;
|
|
}
|
|
|