mirror of
https://github.com/notwa/mm
synced 2025-02-05 13:23:23 -08:00
tweeks i did weaks ago
This commit is contained in:
parent
eed7ebda55
commit
cc11fc95a3
2 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,7 @@ return {
|
||||||
[0x00D]="Graveyard Poe",
|
[0x00D]="Graveyard Poe",
|
||||||
[0x00E]="Octorok",
|
[0x00E]="Octorok",
|
||||||
[0x00F]="Spiderweb",
|
[0x00F]="Spiderweb",
|
||||||
[0x010]="Bomb Placed by Link",
|
[0x010]="Bomb",
|
||||||
[0x011]="Wallmaster",
|
[0x011]="Wallmaster",
|
||||||
[0x012]="Dodongo",
|
[0x012]="Dodongo",
|
||||||
[0x013]="Keese",
|
[0x013]="Keese",
|
||||||
|
@ -140,7 +140,7 @@ return {
|
||||||
[0x089]="Collapsing Checkerboard Ceiling",
|
[0x089]="Collapsing Checkerboard Ceiling",
|
||||||
[0x08A]="Beamos",
|
[0x08A]="Beamos",
|
||||||
[0x08B]="? Spiritual Stone Objects", -- "Swallowable by Jabu-Jabu?"
|
[0x08B]="? Spiritual Stone Objects", -- "Swallowable by Jabu-Jabu?"
|
||||||
[0x08C]="? Triforce?",
|
[0x08C]="? Sparkles?", -- eg. warp songs
|
||||||
[0x08D]="???",
|
[0x08D]="???",
|
||||||
[0x08E]="Floormaster",
|
[0x08E]="Floormaster",
|
||||||
[0x08F]="Hylian Soldier (Maze)",
|
[0x08F]="Hylian Soldier (Maze)",
|
||||||
|
@ -218,7 +218,7 @@ return {
|
||||||
[0x0D7]="Moat Water (Bottom of the Well)",
|
[0x0D7]="Moat Water (Bottom of the Well)",
|
||||||
[0x0D8]=unset,
|
[0x0D8]=unset,
|
||||||
[0x0D9]="Adult Malon (Stable)", -- & Lon Lon Ranch - Ingo Ousted)",
|
[0x0D9]="Adult Malon (Stable)", -- & Lon Lon Ranch - Ingo Ousted)",
|
||||||
[0x0DA]="Bombchu Placed by Link",
|
[0x0DA]="Bombchu",
|
||||||
[0x0DB]="???",
|
[0x0DB]="???",
|
||||||
[0x0DC]="Twinrova",
|
[0x0DC]="Twinrova",
|
||||||
[0x0DD]="Like Like",
|
[0x0DD]="Like Like",
|
||||||
|
|
|
@ -134,6 +134,7 @@ return {
|
||||||
beans = AL(0x9A, 1),
|
beans = AL(0x9A, 1),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
scene_number = AG(0xA4, 2),
|
||||||
camera_target = AG(0x270, 4),
|
camera_target = AG(0x270, 4),
|
||||||
|
|
||||||
actor_count = AG(0x1C2C, 1),
|
actor_count = AG(0x1C2C, 1),
|
||||||
|
|
Loading…
Add table
Reference in a new issue