mirror of
https://github.com/zeldaret/tmc
synced 2026-09-11 12:25:06 -04:00
Rename objects
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
*/
|
||||
|
||||
#define NENT_DEPRECATED
|
||||
#include "global.h"
|
||||
#include "object.h"
|
||||
#include "functions.h"
|
||||
#include "global.h"
|
||||
#include "hitbox.h"
|
||||
#include "item.h"
|
||||
#include "object.h"
|
||||
|
||||
typedef struct {
|
||||
/*0x00*/ Entity base;
|
||||
@@ -84,7 +84,7 @@ void BigIceBlock_Action2(BigIceBlockEntity* this) {
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
super->timer += 1;
|
||||
super->timer++;
|
||||
}
|
||||
tmp = gUnk_081237B0[super->timer >> 5];
|
||||
SetAffineInfo(super, 0x100, tmp, 0);
|
||||
|
||||
Reference in New Issue
Block a user