Super Mario World - Pipe Counter Overflow [FLASHING LIGHTS]

Поделиться
HTML-код
  • Опубликовано: 19 дек 2023
  • The code I used for infinite time, coin counter, and Yoshi in item box (use with jailbreak):
    A9 FF 8D 31 0F AD 1A 14 8D BF 0D A9 C2 8D C2 0D A9 02 85 19 6B
  • ИгрыИгры

Комментарии • 12

  • @natnew32
    @natnew32 5 месяцев назад +20

    What actually happens is that the game thinks you're entering a level from the OW when the counter overflows to 0. So it looks for which level you're entering by- get this- checking for the tile ID of a certain tile in the level. Usually this tile is air, 0x25; you're on a submap, so this corresponds to level 0x125, which is #1 Iggy's Castle. This level has a no-yoshi castle entrance so that's why the cutscene plays out, albeit it's buggy. But the castle entrance also knocks you back to your original level, which is why it restarted.

    • @RavenWorks
      @RavenWorks 5 месяцев назад +1

      Oh, that makes sense, thank you!

    • @OliviaWantsToBePretty
      @OliviaWantsToBePretty  5 месяцев назад +1

      Thank you, that explains it much better than I ever could, haha

    • @TakuikaNinja
      @TakuikaNinja 5 месяцев назад

      that's pretty cursed ngl

  • @RavenWorks
    @RavenWorks 5 месяцев назад +12

    What does it use the pipe counter for?

    • @OliviaWantsToBePretty
      @OliviaWantsToBePretty  5 месяцев назад +5

      It's used to remember which level is the original, since sublevels are technically different levels. Without it, dying/winning in a sublevel would glitch the game out

    • @RavenWorks
      @RavenWorks 5 месяцев назад +1

      Interesting! You'd think they could just store that once rather than keeping a stack, though.....

    • @natnew32
      @natnew32 5 месяцев назад +1

      @@RavenWorks It's not a stack, it's a one-byte variable that starts at 0 when you enter and increases by 1 when you enter a sublevel. Why it keeps increasing past 1 is beyond me because anyone who spent any amount of time thinking knows it can overflow, but apparently it didn't.

  • @NotADesk
    @NotADesk 5 месяцев назад

    least patient gamer girl

  • @nefariousnektarios
    @nefariousnektarios 5 месяцев назад +1

    #killyoshi is beyond glitches lol XD

  • @nvagn
    @nvagn 5 месяцев назад +1

    man, didn't know Nintendo expanded hex numbers from just A-F to A-P /s

  • @DRS4KAL95Colors
    @DRS4KAL95Colors 5 месяцев назад +3

    lol