MCPcopy Create free account
hub / github.com/doldecomp/mkdd / flush_subroutine

Function flush_subroutine

libs/JSystem/JUtility/JUTAssert.cpp:25–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 void create() {}
24
25 u32 flush_subroutine()
26 {
27 if (sMessageLife == 0) {
28 return 0;
29 }
30 if (sMessageLife != -1) {
31 sMessageLife--;
32 }
33 if (sMessageLife < 5) {
34 return 0;
35 }
36 return sMessageLife;
37 }
38
39 void flushMessage()
40 {

Callers 2

flushMessageFunction · 0.85
flushMessage_dbPrintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected