mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
@@ -952,7 +952,7 @@ static void dummy2() {
|
||||
|
||||
/* 802B30A4-802B31D4 .text state_register__10JKRExpHeapCFPQ27JKRHeap6TStateUl */
|
||||
void JKRExpHeap::state_register(TState* p, u32 param_1) const {
|
||||
JUT_ASSERT(2423, p != 0);
|
||||
JUT_ASSERT(2423, p != NULL);
|
||||
JUT_ASSERT(2424, p->getHeap() == this);
|
||||
p->mId = param_1;
|
||||
if (param_1 <= 0xff) {
|
||||
|
||||
Reference in New Issue
Block a user