Difference between revisions of "Filesystem/Race/Common.szs/GeoHitTableItemObj.bin"

From Custom Mario Kart
Jump to navigation Jump to search
Line 1: Line 1:
'''GeoHitTableKartObj.bin''' is a sub file of '''[[Common.szs|/Race/Common.szs]]'''. It contains a list of object interaction parameters with items.
+
'''GeoHitTableKart.bin''' is a sub file of '''[[Common.szs|/Race/Common.szs]]'''. It contains a list of [[object]] interaction parameters with items.
  
 
== File Format ==
 
== File Format ==
Line 12: Line 12:
 
| 0x00 || u16 || Number of objects.
 
| 0x00 || u16 || Number of objects.
 
|-
 
|-
| 0x02 || u16 || 0xF - The number of fields in section 1 excluding Object ID
+
| 0x02 || u16 || Number of fields in section 1, excluding the Object ID. 0xF for this file.
 
|-
 
|-
 
| 0x04 || colspan=2 {{unknown|End of header, start of section 1}}
 
| 0x04 || colspan=2 {{unknown|End of header, start of section 1}}
Line 21: Line 21:
  
 
{| class="wikitable"
 
{| class="wikitable"
|+ Format of a GeoHitTableItem.bin object
+
|+ Format of a GeoHitTableItemObj.bin object
 
|-
 
|-
 
! Offset !! Type !! Description
 
! Offset !! Type !! Description
Line 27: Line 27:
 
| 0x00 || u16 || Object ID.
 
| 0x00 || u16 || Object ID.
 
|-
 
|-
| 0x02 || u16 || {{unknown|Unknown}}
+
| 0x02 || u16 || Interaction type with Green Shell.
 
|-
 
|-
| 0x04 || u16 || {{unknown|Unknown}}
+
| 0x04 || u16 || Interaction type with Red Shell.
 
|-
 
|-
| 0x06 || u16 || {{unknown|Unknown}}
+
| 0x06 || u16 || Interaction type with Banana.
 
|-
 
|-
| 0x08 || u16 || {{unknown|Unknown}}
+
| 0x08 || u16 || Interaction type with Mushroom.
 
|-
 
|-
| 0x0A || u16 || {{unknown|Unknown}}
+
| 0x0A || u16 || Interaction type with Star.
 
|-
 
|-
| 0x0C || u16 || {{unknown|Unknown}}
+
| 0x0C || u16 || Interaction type with Blue Shell.
 
|-
 
|-
| 0x0E || u16 || {{unknown|Unknown}}
+
| 0x0E || u16 || Interaction type with Lightning.
 
|-
 
|-
| 0x10 || u16 || {{unknown|Unknown}}
+
| 0x10 || u16 || Interaction type with Fake Item Box.
 
|-
 
|-
| 0x12 || u16 || {{unknown|Unknown}}
+
| 0x12 || u16 || Interaction type with Mega Mushroom.
 
|-
 
|-
| 0x14 || u16 || {{unknown|Unknown}}
+
| 0x14 || u16 || Interaction type with Bob-omb.
 
|-
 
|-
| 0x16 || u16 || {{unknown|Unknown}}
+
| 0x16 || u16 || Interaction type with Blooper.
 
|-
 
|-
| 0x18 || u16 || {{unknown|Unknown}}
+
| 0x18 || u16 || Interaction type with POW Block.
 
|-
 
|-
| 0x1A || u16 || {{unknown|Unknown}}
+
| 0x1A || u16 || Interaction type with Golden Mushroom.
 
|-
 
|-
| 0x1C || u16 || {{unknown|Unknown}}
+
| 0x1C || u16 || Interaction type with Bullet Bill.
 
|-
 
|-
| 0x1E || u16 || {{unknown|Unknown}}
+
| 0x1E || u16 || Interaction type with Thundercloud.
 
|}
 
|}
  
Line 70: Line 70:
 
| 0x02 || u16['''N'''] || List of '''N''' object slot IDs indexes, relative to Section 1 objects. <br>0xFFFF = unused slot. <br>'''N''' = Number of object slot IDs, 0x2F3 total slots in [[Mario Kart Wii]].
 
| 0x02 || u16['''N'''] || List of '''N''' object slot IDs indexes, relative to Section 1 objects. <br>0xFFFF = unused slot. <br>'''N''' = Number of object slot IDs, 0x2F3 total slots in [[Mario Kart Wii]].
 
|}
 
|}
 +
 +
==== Interaction types ====
 +
The main difference between [[GeoHitTableItem.bin]] and this file is that the first one contains the interaction types that affect the items, and the second one the interaction types that affect the objects. This table represents all possible interaction types:
 +
 +
{| class="wikitable"
 +
|+ Interaction type list
 +
|-
 +
! ID !! Description
 +
|-
 +
| 0x03 || {{Unknown-left|'''Unknown'''. Probably a special function for specific objects.}}
 +
|-
 +
| 0x05 || Object state 1.
 +
|-
 +
| 0x06 || Object state 2.
 +
|}
 +
 +
Any other value is ignored by the game, and hence will have no effect on the object.
 +
 +
===== Notes =====
 +
* Blue Shell and Bob-omb affect the objects in both their drop and explosion states.
 +
* Lightning and POW Block affect the objects in both their drop and usage states.
 +
* Mega Mushroom, Blooper, Golden Mushroom, Bullet Bill and Thundercloud only affect the objects in their drop state. This state is impossible to achieve for these items without modifying the game.
 +
 
== Object List ==
 
== Object List ==
 
<pre>
 
<pre>
id Name P00 P01 P02 P03 P04 P05 P06 P07 P08 P09 P10 P11 P12 P13 P14
+
Green Red Blue Fake Mega POW Golden Bullet Thunder
---------------------------------------------------------------------------------------------------------------------------------------------------
+
ID Name Shell Shell Banana Shroom Star Shell Thunder Box Shroom Bob-omb Blooper Block Shroom Bill Cloud
 +
--------------------------------------------------------------------------------------------------------------------------------------------------------
 
001 airblock              - - - - - - - - - - - - - - -
 
001 airblock              - - - - - - - - - - - - - - -
 
002 Psea                  - - - - - - - - - - - - - - -
 
002 Psea                  - - - - - - - - - - - - - - -
Line 109: Line 133:
 
06e gnd_wave4            - - - - - - - - - - - - - - -
 
06e gnd_wave4            - - - - - - - - - - - - - - -
 
06f sun                  - - - - - - - - - - - - - - -
 
06f sun                  - - - - - - - - - - - - - - -
070 woodbox              05 05 - - - 05 - - - 05 - - - - -
+
070 woodbox              5 5 - - - 5 - - - 5 - - - - -
 
071 KmoonZ                - - - - - - - - - - - - - - -
 
071 KmoonZ                - - - - - - - - - - - - - - -
 
072 sunDS                - - - - - - - - - - - - - - -
 
072 sunDS                - - - - - - - - - - - - - - -
Line 120: Line 144:
 
0ca MashBalloonGC        - - - - - - - - - - - - - - -
 
0ca MashBalloonGC        - - - - - - - - - - - - - - -
 
0cb WLwallGC              - - - - - - - - - - - - - - -
 
0cb WLwallGC              - - - - - - - - - - - - - - -
0cc CarA1                - - - - - 05 - - - 05 - - - - -
+
0cc CarA1                - - - - - 5 - - - 5 - - - - -
0cd basabasa              05 05 - - - 05 - - - 05 - - - - -
+
0cd basabasa              5 5 - - - 5 - - - 5 - - - - -
 
0ce HeyhoShipGBA          - - - - - - - - - - - - - - -
 
0ce HeyhoShipGBA          - - - - - - - - - - - - - - -
 
0cf koopaBall            - - - - - - - - - - - - - - -
 
0cf koopaBall            - - - - - - - - - - - - - - -
0d0 kart_truck            - - - - - 05 - - - 05 - - - - -
+
0d0 kart_truck            - - - - - 5 - - - 5 - - - - -
0d1 car_body              - - - - - 05 - - - 05 - - - - -
+
0d1 car_body              - - - - - 5 - - - 5 - - - - -
 
0d2 skyship              - - - - - - - - - - - - - - -
 
0d2 skyship              - - - - - - - - - - - - - - -
0d3 w_woodbox            05 05 - - - 05 - - - 05 - - - - -
+
0d3 w_woodbox            5 5 - - - 5 - - - 5 - - - - -
 
0d4 w_itembox            - - - - - - - - - - - - - - -
 
0d4 w_itembox            - - - - - - - - - - - - - - -
0d5 w_itemboxline        - - - - - 05 - - - 05 - - - - -
+
0d5 w_itemboxline        - - - - - 5 - - - 5 - - - - -
0d6 VolcanoBall1          - - - - - 05 - - - 05 - - - - -
+
0d6 VolcanoBall1          - - - - - 5 - - - 5 - - - - -
0d7 penguin_s            05 05 - - - 05 05 - - 05 - 05 - - -
+
0d7 penguin_s            5 5 - - - 5 5 - - 5 - 5 - - -
0d8 penguin_m            05 05 - - - 05 05 - - 05 - 05 - - -
+
0d8 penguin_m            5 5 - - - 5 5 - - 5 - 5 - - -
0d9 penguin_l            - - - - - - 05 - - - - 05 - - -
+
0d9 penguin_l            - - - - - - 5 - - - - 5 - - -
 
0da castleballoon1        - - - - - - - - - - - - - - -
 
0da castleballoon1        - - - - - - - - - - - - - - -
0db dossunc              - - - - - 05 - - - 05 - - - - -
+
0db dossunc              - - - - - 5 - - - 5 - - - - -
0dc dossunc_soko          - - - - - 05 - - - 05 - - - - -
+
0dc dossunc_soko          - - - - - 5 - - - 5 - - - - -
0dd boble                - - - - - 05 - - - 05 - - - - -
+
0dd boble                - - - - - 5 - - - 5 - - - - -
0de K_bomb_car            05 05 - - - 05 - - - 05 - - - - -
+
0de K_bomb_car            05 5 - - - 5 - - - 5 - - - - -
0df K_bomb_car_dummy      05 05 - - - 05 - - - 05 - - - - -
+
0df K_bomb_car_dummy      05 5 - - - 5 - - - 5 - - - - -
0e0 car_body_dummy        - - - - - 05 - - - 05 - - - - -
+
0e0 car_body_dummy        - - - - - 5 - - - 5 - - - - -
0e1 kart_truck_dummy      - - - - - 05 - - - 05 - - - - -
+
0e1 kart_truck_dummy      - - - - - 5 - - - 5 - - - - -
 
0e2 hanachan              - - - - - - - - - - - - - - -
 
0e2 hanachan              - - - - - - - - - - - - - - -
 
0e3 seagull              - - - - - - - - - - - - - - -
 
0e3 seagull              - - - - - - - - - - - - - - -
 
0e4 moray                - - - - - - - - - - - - - - -
 
0e4 moray                - - - - - - - - - - - - - - -
0e5 crab                  05 05 - - - 05 05 - - 05 - 05 - - -
+
0e5 crab                  5 5 - - - 5 5 - - 5 - 5 - - -
0e6 basabasa_dummy        05 05 - - - 05 - - - 05 - - - - -
+
0e6 basabasa_dummy        5 5 - - - 5 - - - 5 - - - - -
0e7 CarA2                - - - - - 05 - - - 05 - - - - -
+
0e7 CarA2                - - - - - 5 - - - 5 - - - - -
0e8 CarA3                - - - - - 05 - - - 05 - - - - -
+
0e8 CarA3                - - - - - 5 - - - 5 - - - - -
0e9 Hwanwan              - - - - - 05 - - - 05 - - - - -
+
0e9 Hwanwan              - - - - - 5 - - - 5 - - - - -
0ea HeyhoBallGBA          05 05 - - - 05 - - - 05 - - - - -
+
0ea HeyhoBallGBA          5 5 - - - 5 - - - 5 - - - - -
0eb Twanwan              - - - - - 05 - - - 05 - - - - -
+
0eb Twanwan              - - - - - 5 - - - 5 - - - - -
 
0ec cruiserR              - - - - - - - - - - - - - - -
 
0ec cruiserR              - - - - - - - - - - - - - - -
 
0ed bird                  - - - - - - - - - - - - - - -
 
0ed bird                  - - - - - - - - - - - - - - -
 
0ee sin_itembox          - - - - - - - - - - - - - - -
 
0ee sin_itembox          - - - - - - - - - - - - - - -
0ef Twanwan_ue            - - - - - 05 - - - 05 - - - - -
+
0ef Twanwan_ue            - - - - - 5 - - - 5 - - - - -
 
0f0 BossHanachan          - - - - - - - - - - - - - - -
 
0f0 BossHanachan          - - - - - - - - - - - - - - -
 
0f1 Kdossunc              - - - - - - - - - - - - - - -
 
0f1 Kdossunc              - - - - - - - - - - - - - - -
 
0f2 BossHanachanHead      - - - - - - - - - - - - - - -
 
0f2 BossHanachanHead      - - - - - - - - - - - - - - -
0f3 K_bomb_car1          05 05 - - - 05 - - - 05 - - - - -
+
0f3 K_bomb_car1          5 5 - - - 5 - - - 5 - - - - -
 
12d dummy                - - - - - - - - - - - - - - -
 
12d dummy                - - - - - - - - - - - - - - -
 
12e dokan_sfc            - - - - - - - - - - - - - - -
 
12e dokan_sfc            - - - - - - - - - - - - - - -
Line 183: Line 207:
 
142 kinokoT1              - - - - - - - - - - - - - - -
 
142 kinokoT1              - - - - - - - - - - - - - - -
 
143 kinokoT2              - - - - - - - - - - - - - - -
 
143 kinokoT2              - - - - - - - - - - - - - - -
144 pylon01              05 05 - - - 05 - - - 05 - - - - -
+
144 pylon01              5 5 - - - 5 - - - 5 - - - - -
 
145 PalmTree              - - - - - - - - - - - - - - -
 
145 PalmTree              - - - - - - - - - - - - - - -
 
146 parasol              - - - - - - - - - - - - - - -
 
146 parasol              - - - - - - - - - - - - - - -
Line 225: Line 249:
 
16c dk_miiobj00          - - - - - - - - - - - - - - -
 
16c dk_miiobj00          - - - - - - - - - - - - - - -
 
16d light_house          - - - - - - - - - - - - - - -
 
16d light_house          - - - - - - - - - - - - - - -
16e r_parasol            06 06 05 05 05 06 - 05 - 06 - 05 - - -
+
16e r_parasol            6 6 5 5 5 6 - 5 - 6 - 5 - - -
 
16f obakeblock2SFCc      - - - - - - - - - - - - - - -
 
16f obakeblock2SFCc      - - - - - - - - - - - - - - -
 
170 obakeblock3SFCc      - - - - - - - - - - - - - - -
 
170 obakeblock3SFCc      - - - - - - - - - - - - - - -
Line 233: Line 257:
 
174 v_stand2              - - - - - - - - - - - - - - -
 
174 v_stand2              - - - - - - - - - - - - - - -
 
175 leaf_effect          - - - - - - - - - - - - - - -
 
175 leaf_effect          - - - - - - - - - - - - - - -
176 karehayama            05 05 - - - 05 - - - 05 - - - - -
+
176 karehayama            5 5 - - - 5 - - - 5 - - - - -
 
177 EarthRing            - - - - - - - - - - - - - - -
 
177 EarthRing            - - - - - - - - - - - - - - -
 
178 SpaceSun              - - - - - - - - - - - - - - -
 
178 SpaceSun              - - - - - - - - - - - - - - -
Line 259: Line 283:
 
18e MiiKanban            - - - - - - - - - - - - - - -
 
18e MiiKanban            - - - - - - - - - - - - - - -
 
18f BGteresaSFC          - - - - - - - - - - - - - - -
 
18f BGteresaSFC          - - - - - - - - - - - - - - -
191 kuribo                05 05 - - - 05 05 - - 05 - - - - -
+
191 kuribo                5 5 - - - 5 5 - - 5 - - - - -
192 choropu              05 05 - - - 05 05 - - 05 - - - - -
+
192 choropu              5 5 - - - 5 5 - - 5 - - - - -
193 cow                  05 05 - - - 05 - - - 05 - 05 - - -
+
193 cow                  5 5 - - - 5 - - - 5 - 5 - - -
194 pakkun_f              - - - - - 05 05 - - 05 - 05 - - -
+
194 pakkun_f              - - - - - 5 5 - - 5 - 5 - - -
 
195 WLfirebarGC          - - - - - - - - - - - - - - -
 
195 WLfirebarGC          - - - - - - - - - - - - - - -
196 wanwan                - - - - - 05 - - - 05 - - - - -
+
196 wanwan                - - - - - 5 - - - 5 - - - - -
197 poihana              05 05 - - - 05 05 - - 05 - 05 - - -
+
197 poihana              5 5 - - - 5 5 - - 5 - 5 - - -
198 DKrockGC              - - - - - 05 - - - 05 - - - - -
+
198 DKrockGC              - - - - - 5 - - - 5 - - - - -
199 sanbo                05 05 - - - 05 05 - - 05 - 06 - - -
+
199 sanbo                5 5 - - - 5 5 - - 5 - 6 - - -
19a choropu2              05 05 - - - 05 05 - - 05 - - - - -
+
19a choropu2              5 5 - - - 5 5 - - 5 - - - - -
19b TruckWagon            - - - - - 05 - - - 05 - - - - -
+
19b TruckWagon            - - - - - 5 - - - 5 - - - - -
19c heyho                05 05 - - - 05 05 - - 05 - 05 - - -
+
19c heyho                5 5 - - - 5 5 - - 5 - 5 - - -
 
19d Press                - - - - - - - - - - - - - - -
 
19d Press                - - - - - - - - - - - - - - -
 
19e Press_soko            - - - - - - - - - - - - - - -
 
19e Press_soko            - - - - - - - - - - - - - - -
Line 277: Line 301:
 
1a1 WLfireringGC          - - - - - - - - - - - - - - -
 
1a1 WLfireringGC          - - - - - - - - - - - - - - -
 
1a2 pakkun_dokan          - - - - - - - - - - - - - - -
 
1a2 pakkun_dokan          - - - - - - - - - - - - - - -
1a3 begoman_spike        03 03 - - - 03 - - - 03 - - - - -
+
1a3 begoman_spike        3 3 - - - 3 - - - 3 - - - - -
1a4 FireSnake            05 05 - - - 05 - - - 05 - - - - -
+
1a4 FireSnake            5 5 - - - 5 - - - 5 - - - - -
 
1a5 koopaFirebar          - - - - - - - - - - - - - - -
 
1a5 koopaFirebar          - - - - - - - - - - - - - - -
 
1a6 Epropeller            - - - - - - - - - - - - - - -
 
1a6 Epropeller            - - - - - - - - - - - - - - -
 
1a7 dc_pillar_c          - - - - - - - - - - - - - - -
 
1a7 dc_pillar_c          - - - - - - - - - - - - - - -
1a8 FireSnake_v          05 05 - - - 05 - - - 05 - - - - -
+
1a8 FireSnake_v          5 5 - - - 5 - - - 5 - - - - -
 
1a9 honeBall              - - - - - - - - - - - - - - -
 
1a9 honeBall              - - - - - - - - - - - - - - -
1aa puchi_pakkun          - - - - - 05 - - - 05 - 05 - - -
+
1aa puchi_pakkun          - - - - - 5 - - - 5 - 5 - - -
1ab sanbo_big            05 05 - - - 05 - - - 05 - - - - -
+
1ab sanbo_big            5 5 - - - 5 - - - 5 - - - - -
1ac sanbo_big            05 05 - - - 05 - - - 05 - - - - -
+
1ac sanbo_big            5 5 - - - 5 - - - 5 - - - - -
 
1f5 kinoko_ud            - - - - - - - - - - - - - - -
 
1f5 kinoko_ud            - - - - - - - - - - - - - - -
 
1f6 kinoko_bend          - - - - - - - - - - - - - - -
 
1f6 kinoko_bend          - - - - - - - - - - - - - - -
Line 391: Line 415:
 
2f3 DKfalls              - - - - - - - - - - - - - - -
 
2f3 DKfalls              - - - - - - - - - - - - - - -
 
</pre>
 
</pre>
 +
 
== Tools ==
 
== Tools ==
The following tools can handle GeoHitTableItem.bin:
+
The following tools can handle GeoHitTableItemObj.bin:
 
* (none)
 
* (none)
  
 
[[Category:Filesystem|G]]
 
[[Category:Filesystem|G]]
 
[[Category:File Format/MKW|G]]
 
[[Category:File Format/MKW|G]]

Revision as of 21:20, 22 February 2019

GeoHitTableKart.bin is a sub file of /Race/Common.szs. It contains a list of object interaction parameters with items.

File Format

This file shares a table-based format also used in GeoHitTableItem.bin, GeoHitTableKart.bin, GeoHitTableKartObj.bin and ObjFlow.bin; which is divided in a header and two sections.

Header

Header
Offset Type Description
0x00 u16 Number of objects.
0x02 u16 Number of fields in section 1, excluding the Object ID. 0xF for this file.
0x04 End of header, start of section 1

Section 1

This section contains the main table with hit parameters for each object.

Format of a GeoHitTableItemObj.bin object
Offset Type Description
0x00 u16 Object ID.
0x02 u16 Interaction type with Green Shell.
0x04 u16 Interaction type with Red Shell.
0x06 u16 Interaction type with Banana.
0x08 u16 Interaction type with Mushroom.
0x0A u16 Interaction type with Star.
0x0C u16 Interaction type with Blue Shell.
0x0E u16 Interaction type with Lightning.
0x10 u16 Interaction type with Fake Item Box.
0x12 u16 Interaction type with Mega Mushroom.
0x14 u16 Interaction type with Bob-omb.
0x16 u16 Interaction type with Blooper.
0x18 u16 Interaction type with POW Block.
0x1A u16 Interaction type with Golden Mushroom.
0x1C u16 Interaction type with Bullet Bill.
0x1E u16 Interaction type with Thundercloud.

Section 2

The second part consists of an object usage table. It lists the indexes of all object slot IDs in Section 1. This section is exactly the same in GeoHitTableItem.bin, GeoHitTableItemObj.bin, GeoHitTableKart.bin, GeoHitTableKartObj.bin and ObjFlow.bin.

Section 2 format
Offset Type Description
0x00 u16 Unknown. 0xFFFF.
0x02 u16[N] List of N object slot IDs indexes, relative to Section 1 objects.
0xFFFF = unused slot.
N = Number of object slot IDs, 0x2F3 total slots in Mario Kart Wii.

Interaction types

The main difference between GeoHitTableItem.bin and this file is that the first one contains the interaction types that affect the items, and the second one the interaction types that affect the objects. This table represents all possible interaction types:

Interaction type list
ID Description
0x03 Unknown. Probably a special function for specific objects.
0x05 Object state 1.
0x06 Object state 2.

Any other value is ignored by the game, and hence will have no effect on the object.

Notes
  • Blue Shell and Bob-omb affect the objects in both their drop and explosion states.
  • Lightning and POW Block affect the objects in both their drop and usage states.
  • Mega Mushroom, Blooper, Golden Mushroom, Bullet Bill and Thundercloud only affect the objects in their drop state. This state is impossible to achieve for these items without modifying the game.

Object List

				Green	Red				Blue		Fake	Mega			POW	Golden	Bullet	Thunder
ID	Name			Shell	Shell	Banana	Shroom	Star	Shell	Thunder	Box	Shroom	Bob-omb	Blooper	Block	Shroom	Bill 	Cloud
--------------------------------------------------------------------------------------------------------------------------------------------------------
001	airblock              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
002	Psea                  	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
003	lensFX                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
004	venice_nami           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
005	sound_river           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
006	sound_water_fall      	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
007	pocha                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
008	sound_lake            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
009	sound_big_fall        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
00a	sound_sea             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
00b	sound_fountain        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
00c	sound_volcano         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
00d	sound_audience        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
00e	sound_big_river       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
00f	sound_sand_fall       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
010	sound_lift            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
011	pochaYogan            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
012	entry                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
013	pochaMori             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
014	eline_control         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
015	sound_Mii             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
016	begoman_manager       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
017	ice                   	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
018	startline2D           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
065	itembox               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
066	DummyPole             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
067	flag                  	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
068	flagBlend             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
069	gnd_sphere            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
06a	gnd_trapezoid         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
06b	gnd_wave1             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
06c	gnd_wave2             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
06d	gnd_wave3             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
06e	gnd_wave4             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
06f	sun                   	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
070	woodbox               	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
071	KmoonZ                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
072	sunDS                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
073	coin                  	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
074	ironbox               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
075	ItemDirect            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
076	s_itembox             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
077	pile_coin             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0c9	f_itembox             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0ca	MashBalloonGC         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0cb	WLwallGC              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0cc	CarA1                 	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0cd	basabasa              	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
0ce	HeyhoShipGBA          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0cf	koopaBall             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0d0	kart_truck            	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0d1	car_body              	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0d2	skyship               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0d3	w_woodbox             	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
0d4	w_itembox             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0d5	w_itemboxline         	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0d6	VolcanoBall1          	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0d7	penguin_s             	5	5	-	-	-	5	5	-	-	5	-	5	-	-	-	
0d8	penguin_m             	5	5	-	-	-	5	5	-	-	5	-	5	-	-	-	
0d9	penguin_l             	-	-	-	-	-	-	5	-	-	-	-	5	-	-	-	
0da	castleballoon1        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0db	dossunc               	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0dc	dossunc_soko          	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0dd	boble                 	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0de	K_bomb_car            	05	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
0df	K_bomb_car_dummy      	05	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
0e0	car_body_dummy        	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0e1	kart_truck_dummy      	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0e2	hanachan              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0e3	seagull               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0e4	moray                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0e5	crab                  	5	5	-	-	-	5	5	-	-	5	-	5	-	-	-	
0e6	basabasa_dummy        	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
0e7	CarA2                 	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0e8	CarA3                 	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0e9	Hwanwan               	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0ea	HeyhoBallGBA          	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
0eb	Twanwan               	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0ec	cruiserR              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0ed	bird                  	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0ee	sin_itembox           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0ef	Twanwan_ue            	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
0f0	BossHanachan          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0f1	Kdossunc              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0f2	BossHanachanHead      	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
0f3	K_bomb_car1           	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
12d	dummy                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
12e	dokan_sfc             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
12f	castletree1           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
130	castletree1c          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
131	castletree2           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
132	castleflower1         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
133	mariotreeGC           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
134	mariotreeGCc          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
135	donkytree1GC          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
136	donkytree2GC          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
137	peachtreeGC           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
138	peachtreeGCc          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
139	npc_mii_a             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
13a	npc_mii_b             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
13b	npc_mii_c             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
13c	obakeblockSFCc        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
13d	WLarrowGC             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
13e	WLscreenGC            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
13f	WLdokanGC             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
140	MarioGo64c            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
141	PeachHunsuiGC         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
142	kinokoT1              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
143	kinokoT2              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
144	pylon01               	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
145	PalmTree              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
146	parasol               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
147	cruiser               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
148	K_sticklift00         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
149	heyho2                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
14a	HeyhoTreeGBAc         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
14b	MFaceBill             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
14c	truckChimSmk          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
14d	MiiObj01              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
14e	MiiObj02              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
14f	MiiObj03              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
150	gardentreeDS          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
151	gardentreeDSc         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
152	FlagA1                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
153	FlagA2                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
154	FlagB1                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
155	FlagB2                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
156	FlagA3                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
157	DKtreeA64             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
158	DKtreeA64c            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
159	DKtreeB64             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
15a	DKtreeB64c            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
15b	TownTreeDSc           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
15c	Piston                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
15d	oilSFC                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
15e	DKmarutaGCc           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
15f	DKropeGCc             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
160	mii_balloon           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
161	windmill              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
162	dossun                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
163	TownTreeDS            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
164	Ksticketc             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
165	monte_a               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
166	MiiStatueM1           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
167	ShMiiObj01            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
168	ShMiiObj02            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
169	ShMiiObj03            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
16a	Hanabi                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
16b	miiposter             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
16c	dk_miiobj00           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
16d	light_house           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
16e	r_parasol             	6	6	5	5	5	6	-	5	-	6	-	5	-	-	-	
16f	obakeblock2SFCc       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
170	obakeblock3SFCc       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
171	koopaFigure           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
172	pukupuku              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
173	v_stand1              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
174	v_stand2              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
175	leaf_effect           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
176	karehayama            	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
177	EarthRing             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
178	SpaceSun              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
179	BlackHole             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
17a	StarRing              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
17b	M_obj_kanban          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
17c	MiiStatueL1           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
17d	MiiStatueD1           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
17e	MiiSphinxY1           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
17f	MiiSphinxY2           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
180	FlagA5                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
181	CarB                  	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
182	FlagA4                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
183	Steam                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
184	Alarm                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
185	group_monte_a         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
186	MiiStatueL2           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
187	MiiStatueD2           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
188	MiiStatueP1           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
189	SentakuDS             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
18a	fks_screen_wii        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
18b	KoopaFigure64         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
18c	b_teresa              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
18d	MiiStatueDK1          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
18e	MiiKanban             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
18f	BGteresaSFC           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
191	kuribo                	5	5	-	-	-	5	5	-	-	5	-	-	-	-	-	
192	choropu               	5	5	-	-	-	5	5	-	-	5	-	-	-	-	-	
193	cow                   	5	5	-	-	-	5	-	-	-	5	-	5	-	-	-	
194	pakkun_f              	-	-	-	-	-	5	5	-	-	5	-	5	-	-	-	
195	WLfirebarGC           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
196	wanwan                	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
197	poihana               	5	5	-	-	-	5	5	-	-	5	-	5	-	-	-	
198	DKrockGC              	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
199	sanbo                 	5	5	-	-	-	5	5	-	-	5	-	6	-	-	-	
19a	choropu2              	5	5	-	-	-	5	5	-	-	5	-	-	-	-	-	
19b	TruckWagon            	-	-	-	-	-	5	-	-	-	5	-	-	-	-	-	
19c	heyho                 	5	5	-	-	-	5	5	-	-	5	-	5	-	-	-	
19d	Press                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
19e	Press_soko            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
19f	pile                  	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1a0	choropu_ground        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1a1	WLfireringGC          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1a2	pakkun_dokan          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1a3	begoman_spike         	3	3	-	-	-	3	-	-	-	3	-	-	-	-	-	
1a4	FireSnake             	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
1a5	koopaFirebar          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1a6	Epropeller            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1a7	dc_pillar_c           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1a8	FireSnake_v           	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
1a9	honeBall              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1aa	puchi_pakkun          	-	-	-	-	-	5	-	-	-	5	-	5	-	-	-	
1ab	sanbo_big             	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
1ac	sanbo_big             	5	5	-	-	-	5	-	-	-	5	-	-	-	-	-	
1f5	kinoko_ud             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1f6	kinoko_bend           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1f7	VolcanoRock1          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1f8	bulldozer_left        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1f9	bulldozer_right       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1fa	kinoko_nm             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1fb	Crane                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1fc	VolcanoPiece          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1fd	FlamePole             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1fe	TwistedWay            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
1ff	TownBridgeDSc         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
200	DKship64              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
201	kinoko_kuki           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
202	DKturibashiGCc        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
203	FlamePoleEff          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
204	aurora                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
205	venice_saku           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
206	casino_roulette       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
207	BossField01_OBJ1      	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
208	dc_pillar             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
209	dc_sandcone           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
20a	venice_hasi           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
20b	venice_gondola        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
20c	quicksand             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
20d	bblock                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
20e	ami                   	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
20f	M_obj_jump            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
210	starGate              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
211	RM_ring1              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
212	FlamePole_v           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
213	M_obj_s_jump          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
214	InsekiA               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
215	InsekiB               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
216	FlamePole_v_big       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
217	Mdush                 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
218	HP_pipe               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
219	DemoCol               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
21a	M_obj_s_jump2         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
21b	M_obj_jump2           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
259	DonkyCannonGC         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
25a	BeltEasy              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
25b	BeltCrossing          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
25c	BeltCurveA            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
25d	BeltCurveB            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
25e	escalator             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
25f	DonkyCannon_wii       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
260	escalator_group       	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
261	tree_cannon           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2bd	group_enemy_b         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2be	group_enemy_c         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2bf	taimatsu              	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c0	truckChimSmkW         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c1	Mstand                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c2	dkmonitor             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c3	group_enemy_a         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c4	FlagB3                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c5	spot                  	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c6	group_enemy_d         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c7	FlagB4                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c8	group_enemy_e         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2c9	group_monte_L         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2ca	group_enemy_f         	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2cb	FallBsA               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2cc	FallBsB               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2cd	FallBsC               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2ce	volsmk                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2cf	ridgemii00            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d0	Flash_L               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d1	Flash_B               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d2	Flash_W               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d3	Flash_M               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d4	Flash_S               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d5	MiiSignNoko           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d6	UtsuboDokan           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d7	Spot64                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d8	DemoEf                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2d9	Fall_MH               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2da	Fall_Y                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2db	DemoJugemu            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2dc	group_enemy_a_demo    	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2dd	group_monte_a_demo    	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2de	volfall               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2df	MiiStatueM2           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e0	RhMiiKanban           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e1	MiiStatueL3           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e2	MiiSignWario          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e3	MiiStatueBL1          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e4	MiiStatueBD1          	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e5	Kamifubuki            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e6	Crescent64            	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e7	MiiSighKino           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e8	MiiObjD01             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2e9	MiiObjD02             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2ea	MiiObjD03             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2eb	mare_a                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2ec	mare_b                	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2ed	EnvKareha             	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2ee	EnvFire               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2ef	EnvSnow               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2f0	M_obj_start           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2f1	EnvKarehaUp           	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2f2	M_obj_kanban_y        	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	
2f3	DKfalls               	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	

Tools

The following tools can handle GeoHitTableItemObj.bin:

  • (none)