diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-03 12:07:02 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-03 12:08:27 -0500 |
commit | 34deceb13695e7b13a27ecb94666fc95d2ced550 (patch) | |
tree | 0f014b2b82c6c0e546ab27c6b612c082ca98675e /include/global.h | |
parent | 017fa7e3361e3dafd06dd34d434f1d56159c051e (diff) |
Remove old references to battle pyramid
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/global.h b/include/global.h index e33159898..14028808f 100644 --- a/include/global.h +++ b/include/global.h @@ -168,13 +168,6 @@ struct BerryPickingResults // possibly used in the game itself? Size may be wron u8 field_F; }; -struct PyramidBag -{ - u16 items_Lvl50[10]; - u16 items_OpenLvl[10]; - u8 quantity[10]; -}; - struct BerryCrush { u16 berryCrushResults[4]; |