Commit Graph

144 Commits

Author SHA1 Message Date
JHDev2006
795f9be8c2 unlocked doors now get saved between checkpoints, correctly, 2025-09-22 11:21:30 +01:00
JHDev2006
11a11b3604 made it so medals can now be unlocked, if you have the exact time required 2025-09-22 10:13:39 +01:00
Joe H
bd79ba724f Merge pull request #328 from amer-241/patch-5
Nerfed SMBLL YvB 2-4's Gold Boo by 1 second
2025-09-22 10:07:31 +01:00
Joe H
080ec8f908 Merge pull request #330 from JeodC/main
Reset death flag on death in boo race
2025-09-22 10:02:59 +01:00
Joe H
bf88d59991 Merge pull request #341 from KirbyKid256/pulls/lock-and-key-fix
Doors and Key Fixes
2025-09-22 10:01:29 +01:00
KirbyKidJ
afea937948 Doors and Key Fixes
This fixes the Door animation so that when you enter a door and exit around the same general area, the door you entered from closes automatically.
Also added some fixes for the Level Editor where after leaving the playtest mode, the number of keys you have resets to 0 and the locked doors re-lock.
2025-09-21 23:40:35 -07:00
JHDev2006
ebdd1795b2 Modern transformation animation now actually looks like mario maker now, rejoice 2025-09-21 23:01:41 +01:00
Jeod
a1e9f3e21b Reset death flag on death in boo race 2025-09-21 17:41:01 -04:00
amer
b627218bd2 Nerfed SMBLL YvB 2-4's Gold Boo by 1 second
Currently, 2-4's Gold Boo time is incredibly tight, much more so than other Gold Boo times. This is to the point where the room for error is noticeably slim, so nerfing the Gold Boo time by just a single second aims to add some leeway, even if it's minor.
2025-09-21 14:05:31 -07:00
JHDev2006
873ef53dfd fixed frame 1 water jumping 2025-09-21 21:43:32 +01:00
JHDev2006
9a6c27be1f added lakitu to 9-1 2025-09-21 21:32:00 +01:00
JHDev2006
9cb8c42297 Update PipeArea.gd 2025-09-21 21:30:15 +01:00
JHDev2006
515673860f Fixed world 9-3 coin heaven 2025-09-21 21:29:59 +01:00
JHDev2006
b91cfc6471 fixed some weird camera shenanigans with anti-grav 2025-09-21 19:38:16 +01:00
JHDev2006
c26bf96dd9 Fixed LL ending being at day instead of night 2025-09-21 16:51:14 +01:00
Joe H
00a18147b0 Update README.md 2025-09-21 15:54:17 +01:00
Joe H
5f4da67bff Merge pull request #39 from yuriko-shimizu/main
Add link to macOS port
2025-09-21 15:53:31 +01:00
JHDev2006
312858c3d2 fixed checkpoints being activated in multiple sub levels (still only one per sublevel though), and also fixed some translation stuff 2025-09-21 15:46:14 +01:00
JHDev2006
9fa6f46314 Update version.txt 2025-09-21 15:15:30 +01:00
JHDev2006
fd37d7fcf8 Fixed brick blocks with items in, being affected by p-switches 2025-09-21 14:38:23 +01:00
JHDev2006
2fe1fb5808 adjusted monty mole on slopes, and added missing wind to LL 8-2 2025-09-21 14:09:18 +01:00
JHDev2006
95dd7f0268 adjusted smbs 2-1 coin heaven warp point 2025-09-21 14:05:52 +01:00
JHDev2006
6013a7da77 block bouncing a mushroom, now changes its direction, if at an edge. 2025-09-21 14:03:39 +01:00
JHDev2006
321ebb8e6b ok, figured out what it was, it was some -1 checks i forgot to do, NOW its sound 2025-09-21 13:22:09 +01:00
JHDev2006
04ac4ba97b refactor medal achievement unlocking code, might be more reliable? unsure 2025-09-21 13:18:56 +01:00
JHDev2006
73063290a7 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-09-21 12:57:23 +01:00
JHDev2006
e34d81a503 Fixed LL 6-4 firebar rotation direction 2025-09-21 12:57:18 +01:00
Joe H
27d9c527d4 Merge pull request #297 from TheOliveOli38/save-tweak
Create custom content folders directly during save creation
2025-09-21 12:45:15 +01:00
JHDev2006
bcda4a0fbe Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-09-21 12:43:22 +01:00
JHDev2006
aab862703f Fixed invisible blocks being dark in dark backgrounded themes 2025-09-21 12:43:21 +01:00
Joe H
67b59cde99 Merge pull request #306 from ValHam1/main
Added OGG music support
2025-09-21 12:43:09 +01:00
Joe H
7f6f2dfaa6 Merge pull request #311 from KirbyKid256/pulls/smbann-disco-peach
Saving Disco Peach & Fuji TV Network Flag
2025-09-21 12:32:12 +01:00
Joe H
8ba624d4f4 Merge pull request #313 from KirbyKid256/pulls/title-screen-world-9+
Title Screen QOL Theming
2025-09-21 12:31:41 +01:00
KirbyKidJ
cc640c5ac1 Title Screen QOL Theming
This was supposed to be a quick quality of life addition for the Title Screen that applied the save and theme to the menu, but then I discovered a new bug I had to bypass with the character palette when doing it. So I ended up doing a bit more related to the Title Screen as a result.

I also *had* a function which checks for the number of valid folders within the Pck to see how many worlds there are, but I think it might've been a bit slow so I replaced it with constant values.

- Save for the currently loaded campaign gets applied on startup
- Backing out of World 9 and over keeps you on said worlds at the title screen
- Added Skyland and Volcano to SMB1 themes since it shares most of its themes with Lost Levels
- Fixed Title Screen Stars for the Volcano Theme
2025-09-20 22:21:22 -07:00
KirbyKidJ
8df497e2e2 Saving Disco Peach & Fuji TV Network Flag
Does two things for the All Night Nippon campaign. This PR replaces Princess Peach in ANN with her real life counterpart as in the original game. This was simply a JSON edit.

The second change is that it adds the Fuji TV Network logo to the Castle Flag as seen in-game specifically for the ANN campaign. This one does edit the sprite sheet for `CastleFlag.png`.

I know the NPCs are based on real people, but I don't remember their names. So I've just been calling them as they're labeled internally.
2025-09-20 18:50:17 -07:00
ValHam1
83192a5dd5 Added OGG music support 2025-09-20 19:39:24 -04:00
JHDev2006
9ac88f981c 1-2 warp zone minus world now goes to world 5 2025-09-20 22:52:54 +01:00
JHDev2006
567e751065 Your current LSS Browsing data will be saved upon playing a custom level, and will return you to where you originally were, before play 2025-09-20 22:13:43 +01:00
JHDev2006
4cc6e938fc made sub level transitions a bit smoother 2025-09-20 19:09:34 +01:00
JHDev2006
99066de39b changed the difficulty stars to be skulls instead, to better reflect how LSS handles stars 2025-09-20 18:39:14 +01:00
JHDev2006
d73a288672 seriously godot, get it together 2025-09-20 18:23:49 +01:00
JHDev2006
2c65f5675b godot i beg you PLEASE fix https://github.com/godotengine/godot/issues/107593 2025-09-20 18:17:46 +01:00
Joe H
f49c75da93 Merge pull request #299 from KirbyKid256/pulls/re-opened-minus-world
Re-Opened the Minus World
2025-09-20 18:14:05 +01:00
KirbyKidJ
cc64dc18e8 Re-Opened the Minus World
Not sure how this bug happened since it worked before.

This adds a check for Brick Blocks. If its parent TileMap collision is disabled, the Brick Blocks' collision is also disabled.
This allows the user to enter the Minus World as it would be blocked off otherwise.
2025-09-20 10:07:05 -07:00
TheOliveOli
09f125d19e add save manager changes 2025-09-20 09:24:39 -07:00
Joe H
95215f9a48 Merge pull request #284 from KirbyKid256/pulls/coin-heaven-warp-fix
Coin Heaven Warps Player to The Right Spot
2025-09-20 17:01:08 +01:00
JHDev2006
2e4b9337b3 Fixed ANN 5-3 error 2025-09-20 16:35:26 +01:00
JHDev2006
343be4afa4 fixed 2-3 innaccuracy #294 2025-09-20 16:31:15 +01:00
JHDev2006
b18e676e7a fixed the purgatory pipe in SMBS 4-1 2025-09-20 13:28:48 +01:00
JHDev2006
4c1ad0a5d5 added trimint into credits 2025-09-20 13:26:56 +01:00