diff options
| author | Henny022p <info@henny022.de> | 2023-07-05 00:53:54 +0200 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2023-07-05 00:53:54 +0200 |
| commit | 9b907d121df5616b7e538c7847fd5037926a7456 (patch) | |
| tree | 797a1b0f92fdf5f9076abe86868365c0ddff5a9e /src/kinstone.c | |
| parent | eb233b05cdd259fe52737c8287fbdfc8e4bd7870 (diff) | |
various small documentation changes
made during SGDQ23 while working on multiworld randomizer
Co-authored-by: Ibot02 <jtp.jtp@gmx.de>
Diffstat (limited to 'src/kinstone.c')
| -rw-r--r-- | src/kinstone.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kinstone.c b/src/kinstone.c index e6b8f054..1dff20c6 100644 --- a/src/kinstone.c +++ b/src/kinstone.c @@ -12,11 +12,11 @@ #include "subtask.h" extern const struct_gUnk_080B3D20 gUnk_080B3D20[]; -extern EntityData gUnk_080FEC28[]; -extern EntityData gUnk_080FEBE8[]; -extern EntityData gUnk_080FECC8[]; -extern EntityData gUnk_080FEE78[]; -extern EntityData gUnk_080FED58[]; +extern const EntityData gUnk_080FEC28[]; +extern const EntityData gUnk_080FEBE8[]; +extern const EntityData gUnk_080FECC8[]; +extern const EntityData gUnk_080FEE78[]; +extern const EntityData gUnk_080FED58[]; extern const EntityData gUnk_080FED18[]; extern const EntityData gUnk_080FEE38[]; extern const EntityData gUnk_080FEE18[]; @@ -505,7 +505,7 @@ void sub_08018BB4(u32 worldEventId) { MemCopy(gUnk_080FEAC8 + worldEventId, &tile, sizeof(TileEntity)); ptr = &gWorldEvents[worldEventId]; tile.tilePos = (ptr->x >> 4 & 0x3f) | (((ptr->y) >> 4 & 0x3f) << 6); - sub_0804B3C4(&tile); + LoadSmallChestTile2(&tile); if (CheckLocalFlag(tile.localFlag) == 0) { position = tile.tilePos; if ((tile._6 & 1) == 0) { |
