diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-03 12:24:18 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-03 12:24:18 -0500 |
commit | 8a7c2ded11a2adf4f09ddca814eb06fdbca13fd1 (patch) | |
tree | b52341e283d9e1c5abb35a5cdf4e33471d8ce777 /src/berry_crush.c | |
parent | 8594e7f72d070ce10fcc41a8c2dfe32420e7c560 (diff) |
Port berry_crush_3 from Emerald
Diffstat (limited to 'src/berry_crush.c')
-rw-r--r-- | src/berry_crush.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/berry_crush.c b/src/berry_crush.c index 7943dc778..e59cad21a 100644 --- a/src/berry_crush.c +++ b/src/berry_crush.c @@ -198,12 +198,6 @@ static void sub_814BA98(u8 taskId) sub_814D9CC(gUnknown_203F3DC); } -#define PLAYER_UNK14(game, i) \ - ((u8 *)(game) \ - + offsetof(struct BerryCrushGame, unk68) \ - + offsetof(struct BerryCrushGame_68_x, unk30) \ - + sizeof(struct BerryCrushGame_Player) * (i)) - void sub_814BABC(struct BerryCrushGame *arg0) { u8 i; |