Skip to content

Commit

Permalink
2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EmeraldLoc committed Jul 2, 2024
1 parent fcad0ac commit 17cb0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 158 deletions.
156 changes: 0 additions & 156 deletions romhacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1484,162 +1484,6 @@ romhacks = {
}
}
},
{
-- ported to tag by Murioz
name = "Super Mario Rainbow Road",
shortName = "rr",
water = true,
levels = {
{
name = "cg",
level = LEVEL_CASTLE_GROUNDS,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = {
{
{ x = -6847, y = -848, z = 977 },
{ x = 4075, y = -848, z = 1343 }
},
},
spawnLocation = { x = -3821, y = -743, z = 3926 },
},
{
name = "bob",
level = LEVEL_BOB,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = {
{
{ x = 4811, y = -342, z = 457 },
{ x = -603, y = -3302, z = -2905 }
},
{
{ x = 4559, y = 4919, z = -2642 },
{ x = 308, y = -3942, z = 5444 }
}
}
},
{
name = "wf",
level = LEVEL_WF,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = {
{
{ x = 4407, y = -1492, z = 782 },
{ x = 538, y = 4307, z = 5150 }
},
{
{ x = 2092, y = -1492, z = 4441 },
{ x = -4976, y = 5667, z = -3535 }
}
}
},
{
name = "ccm",
level = LEVEL_CCM,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = {
{
{ x = 6074, y = -2344, z = -5702 },
{ x = 813, y = 2455, z = -5864 }
},
{
{ x = 4240, y = -2344, z = 4557 },
{ x = -6545, y = 855, z = 4898 }
},
{
{ x = -5889, y = -3944, z = 696 },
{ x = -5174, y = 3335, z = -5847 }
}
}
},
{
name = "jrb",
level = LEVEL_JRB,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = {
{
{ x = 1482, y = -1415, z = 963 },
{ x = 1112, y = 1884, z = 1804 }
}
}
},
{
name = "lll",
level = LEVEL_LLL,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = {
{
{ x = -5277, y = 4016, z = 2523 },
{ x = 4137, y = -1183, z = 3234 }
},
{
{ x = 3328, y = 1216, z = -1451 },
{ x = -5911, y = -1183, z = -3381 }
}
}
},
{
name = "hmc",
level = LEVEL_HMC,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = {
{
{ x = 5919, y = -537, z = 5195 },
{ x = 2248, y = 3212, z = -3930 }
},
{
{ x = 5387, y = 2937, z = 511 },
{ x = -5195, y = 2582, z = 5539 }
}
}
},
{
name = "pss",
level = LEVEL_PSS,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = {
{
{ x = 570, y = 1291, z = -1449 },
{ x = 23, y = -458, z = -1349 }
}
}
},
{
name = "bitdw",
level = LEVEL_BITDW,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = {
{
{ x = -2178, y = 4029, z = -407 },
{ x = -453, y = 529, z = 6235 }
},
{
{ x = 3639, y = -3810, z = 6356 },
{ x = 4011, y = -1220, z = -2345 }
},
{
{ x = -5620, y = 2805, z = -5933 },
{ x = 155, y = 1229, z = -5131 }
}
}
},
{
name = "sa",
level = LEVEL_SA,
painting = get_texture_info("cg_painting"),
area = 1,
pipes = nil,
},
},
},
{
-- ported to tag by jzzle and TheMan
name = "Lug's Delightful Dioramas",
Expand Down
4 changes: 2 additions & 2 deletions zz_changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ changelogs = {
title = "\\#316BE8\\Tag v2.4: Major Update",
gamemodes = {
"Added " .. get_gamemode(ODDBALL),
"Added " .. get_gamemode(ROYALE),
"Revamped " .. get_gamemode(JUGGERNAUT),
},
modifiers = {
Expand All @@ -17,7 +18,6 @@ changelogs = {
},
romhacks = {
"Added Lug's Delightful Dioramas (jzzle and TheMan)",
"Added Super Mario Rainbow Road (Murioz)",
"Added SM64: The Green Stars (Bear)",
"Improved Star Road",
},
Expand All @@ -33,7 +33,7 @@ changelogs = {
},
newFeatures = {
"Added achievements, and rewards. Rewards includes titles and trails",
"Added a Tournament system (more information in the help menu)",
"Added a Tournament system",
"Added hud themes",
"Reorganized settings for the 1000th time",
"Save gamemode settings",
Expand Down

0 comments on commit 17cb0d9

Please sign in to comment.