mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 23:22:08 -04:00
8 lines
124 B
C
8 lines
124 B
C
#include "entity.h"
|
|
|
|
const Hitbox gPlayerHitbox = {
|
|
0, -3, { 5, 3, 3, 5 }, 6, 6,
|
|
};
|
|
|
|
const u8 gUnk_08114F90[8] = { 0 };
|