Commit Graph

122 Commits

Author SHA1 Message Date
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
JHDev2006
376b3fd0eb Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-09-20 13:25:04 +01:00
JHDev2006
ff8cd9ed4c merged the SoundFix resource pack into basegame, thanks Trimint123! 2025-09-20 13:24:59 +01:00
Joe H
74079e2586 Merge pull request #286 from KirbyKid256/pulls/custom-levels-bgm-looping
Added Loop Points to Custom Levels Menu BGM
2025-09-20 13:15:05 +01:00
JHDev2006
5545e3c7f2 fixed a bug where bricks were being misplaced 2025-09-20 13:09:39 +01:00
KirbyKidJ
27dfa8fdb1 Added Loop Points to Custom Levels Menu
I'm gonna be honest, I forgot about this one.
This updates the ResourceSetter for this menu's BGM from the old one to the new one so it can use the JSON and BGM formats.
2025-09-19 15:55:09 -07:00
KirbyKidJ
f3546da459 Coin Heaven Warps Player to The Right Spot
Tweaks the code a bit for the Coin Heaven Warping so the Player isn't sent back to the beginning and to where the exit is
2025-09-19 14:22:53 -07:00
JHDev2006
6c11b95570 made a few changes to smbs level design to better utilize classic and modern level design settings 2025-09-19 20:59:29 +01:00
JHDev2006
be1d919c65 updated some stuff 2025-09-19 20:42:50 +01:00
JHDev2006
001fce7b6d Update 5-3.tscn 2025-09-19 20:33:38 +01:00
JHDev2006
68547a1d76 fixed pick at path correct jingle playing multiple times 2025-09-19 20:32:05 +01:00
JHDev2006
a93f19c506 fixed brick block collision not working, when offscreen 2025-09-19 19:01:52 +01:00
JHDev2006
942609ed2a fixed resource pack template creation not saving wavs properly 2025-09-19 18:23:25 +01:00
JHDev2006
f18d2e3575 Changed instruments to be .wav instead of .ogg 2025-09-19 18:18:55 +01:00
JHDev2006
394d8fa620 Fixed a weird bug with checkpoints in the level editor + some tile fixes too 2025-09-19 17:36:18 +01:00
JHDev2006
561a3239f9 Fixed Hachisuke and wing items, using the wrong white 2025-09-19 17:04:02 +01:00
JHDev2006
a4235fa3da adjusted 9-1 to have the elevator lines, and the correctly sized elevator platforms 2025-09-19 17:00:36 +01:00
JHDev2006
ddad90bf5f re-added coin brick block to smb1 3-1 2025-09-19 16:46:51 +01:00
JHDev2006
e8ffd99fde reimplemented the camera offsets 2025-09-19 16:44:06 +01:00
JHDev2006
bf5754edd0 Fixed bob omb explosions being green 2025-09-19 16:29:38 +01:00
JHDev2006
eafdf32eb1 Fixed bonus green koopa shell sprites 2025-09-19 16:28:31 +01:00
JHDev2006
a294e4d553 updated credits to include sam and slava, sorry lads! 2025-09-19 16:24:06 +01:00