التعليقات
موضوع: Super Mario Bros.
GermanySaradoc5 years ago

It was changed recently.

mouseman المعجبون بهذا
موضوع: Super Mario Bros.
GermanySaradoc5 years ago

Mario moves faster PER FRAME on PAL, so he goes further into a wall before collision occurs. I don't know the exact ratio, but I assume Mario on 50fps PAL moves roughly as quickly as Mario on 60fps NTSC. Where you really lose time on PAL is all the screen transitions that haven't been sped up.

mouseman, Lul_ecks_dee و 4 آخرون تُحب هذا
موضوع: Super Mario Bros.
GermanySaradoc5 years ago

FlagpoleRoutine: ldx #$05 ;set enemy object offset stx ObjectOffset ;to special use slot lda Enemy_ID,x cmp #FlagpoleFlagObject ;if flagpole flag not found, bne ExitFlagP ;branch to leave lda GameEngineSubroutine cmp #$04 ;if flagpole slide routine not running, bne SkipScore ;branch to near the end of code lda Player_State cmp #$03 ;if player state not climbing, bne SkipScore ;branch to near the end of code lda Enemy_Y_Position,x ;check flagpole flag's vertical coordinate cmp #$aa ;if flagpole flag down to a certain point, bcs GiveFPScr ;branch to end the level lda Player_Y_Position ;check player's vertical coordinate cmp #$a2 ;if player down to a certain point, bcs GiveFPScr ;branch to end the level lda Enemy_YMF_Dummy,x adc #$ff ;add movement amount to dummy variable sta Enemy_YMF_Dummy,x ;save dummy variable lda Enemy_Y_Position,x ;get flag's vertical coordinate adc #$01 ;add 1 plus carry to move flag, and sta Enemy_Y_Position,x ;store vertical coordinate lda FlagpoleFNum_YMFDummy sec ;subtract movement amount from dummy variable sbc #$ff sta FlagpoleFNum_YMFDummy ;save dummy variable lda FlagpoleFNum_Y_Pos sbc #$01 ;subtract one plus borrow to move floatey number, sta FlagpoleFNum_Y_Pos ;and store vertical coordinate here SkipScore: jmp FPGfx ;jump to skip ahead and draw flag and floatey number GiveFPScr: ldy FlagpoleScore ;get score offset from earlier (when player touched flagpole) lda FlagpoleScoreMods,y ;get amount to award player points ldx FlagpoleScoreDigits,y ;get digit with which to award points sta DigitModifier,x ;store in digit modifier jsr AddToScore ;do sub to award player points depending on height of collision lda #$05 sta GameEngineSubroutine ;set to run end-of-level subroutine on next frame FPGfx: jsr GetEnemyOffscreenBits ;get offscreen information jsr RelativeEnemyPosition ;get relative coordinates jsr FlagpoleGfxHandler ;draw flagpole flag and floatey number ExitFlagP: rts

The critical part seems to be: lda Player_Y_Position ;check player's vertical coordinate cmp #$a2 ;if player down to a certain point, bcs GiveFPScr ;branch to end the level

Jack_Hase, sweatypiranha و 4 آخرون تُحب هذا
موضوع: Super Mario Bros.
GermanySaradoc5 years ago

4:54 is not the perfect time as long as PAL isn't seperated.

EmperorAlexand, Lul_ecks_dee, و LeKukie تُحب هذا
موضوع: The Site
GermanySaradoc5 years ago

Entering 5 could autocomplete to 005 to make it obvious.

Riekelt المعجبون بهذا
موضوع: Clue (1998)
GermanySaradoc5 years ago

Piracy is not allowed to be discussed on this site. Use Google.

darG المعجبون بهذا
موضوع: Solitaire
GermanySaradoc5 years ago

It seems to work fine?

darG المعجبون بهذا
GermanySaradoc5 years ago

How do you know the 2 worlds version is "more accurate"?

GermanySaradoc6 years ago

Don't put it as SNES.

Pear, Novawolf و 3 آخرون تُحب هذا
موضوع: Super Mario Bros.
GermanySaradoc6 years ago

It's not on the listed of allowed platforms.

موضوع: Where's an Egg?
GermanySaradoc6 years ago

yeah, idk either what you could really do about it and how you'd try to identify the correct clicks and verify that their real unedited audio in a storm of click click click click click click click click click

GermanySaradoc6 years ago

Uninteresting no effort categories get a ton of submissions while good categories get few. Do you think for example Blindfolded with just 1 run should be replaced by "1-1 Star Mario", "1-1 Big Mario", "World 1 L+R", "World 2 Any%" or whatever other crap lazy people are coming up with, because those have more runs?

RoyLT و darG تُحب هذا
غير معروف
GermanySaradoc6 years ago

https://www.google.com/search?q=Warpless+Walkathon

You can't make that jump, but you can do something else. I don't know of anyone who has done it without TAS tools yet.

pumpitendo المعجبون بهذا
موضوع: Super Mario Bros.
GermanySaradoc6 years ago

When 0:00 happened, we thought -0:01 was the limit.

stewartinglis1916, Sewiferos و 6 آخرون تُحب هذا
موضوع: Super Mario Bros.
GermanySaradoc6 years ago

Setting high priority to the emuhawk.exe in Task Manager can help with stuttering.

Like المعجبون بهذا
موضوع: Super Mario Bros.
GermanySaradoc6 years ago

"Also, about Bizhawk, how can I reduce input lag so my muscle memory won't be so screwed up?" I think Bizhawk has less input delay than snes9x? At least it felt that way to me.

Definitely go to Config -> Rewind & States... and disable Rewind, that's a massive drain and on by default.

Config -> Cores -> SNES - There are 2 options you can test out.

Config -> Display -> Display Method There are 3 options, experiment with these.

I think that's all.

Like و darG تُحب هذا
موضوع: Super Mario Bros.
GermanySaradoc6 years ago

I haven't compared video timestamps but I'm just gonna say that the framerule does not apply to

  • the titlescreen to 1-1 transition
  • warp zones
  • the 8-4 to 9-1 transition (lost levels) in All-Stars.

So 1-1 should differ by n frames. 1-2 can differ by anything. 4-1 should then differ by mx21+n frames. 4-2 can differ by anything. 8-1 to 8-3 should differ by px21+n frames.

EDIT: I didn't realize it's emu. snes9x runs at a lower framerate. If you use snes9x, I'd switch to Bizhawk.

Like, darG و 4 آخرون تُحب هذا
موضوع: Super Mario Bros.
GermanySaradoc6 years ago

Bullets only spawn in enemy slots 1-3.

موضوع: Super Mario Bros.
GermanySaradoc6 years ago

The freeze has been TASed and explained on Tasvideos: http://tasvideos.org/forum/viewtopic.php?p=430654&highlight=#430654 There's also a comment there that says lag is different on FDS, so that may be something to look into.

There is an overflow glitch with lag sometimes. Sockfolder looked into it and said there is no potential for memory manipulation with it, but it could probably take a second look by another expert just to be sure.

The 8-2 despawn probably meant the flag. In A-3 of Lost Levels you can despawn the flag with enough fishes and get an automatic fpg saving a framerule. 8-2 seems like the only any% level where there could be enough enemies.

I also had the idea for 8-2 to use the last Koopa in the level to clip into the ground like the warpless TAS does in many levels. But I think I tested every possible spawning pattern of the last Koopa and it never fell into the right hole.

zsjetu9 المعجبون بهذا
موضوع: Super Mario Bros.
GermanySaradoc6 years ago

I think it's mostly that Mario moves more pixels per frame in PAL to make up for the lower framerate.

Lul_ecks_dee و zsjetu9 تُحب هذا
نبذة عن Saradoc
تاريخ الانضمام
10 years ago
عبر الإنترنت
today
جولات سريعة
526
الألعاب المُجراة
Gothic Mods
Gothic Mods
آخر سجل 1 year ago
112
جولات سريعة
Gothic
Gothic
آخر سجل 1 year ago
63
جولات سريعة
Ninja Steve
Ninja Steve
آخر سجل 3 years ago
38
جولات سريعة
Super Mario Bros.: The Lost Levels
Super Mario Bros.: The Lost Levels
آخر سجل 7 years ago
36
جولات سريعة
Purble Place
Purble Place
آخر سجل 5 years ago
34
جولات سريعة
Gothic 2: Night of the Raven
Gothic 2: Night of the Raven
آخر سجل 2 years ago
25
جولات سريعة
Gothic 2
Gothic 2
آخر سجل 1 year ago
24
جولات سريعة
Gothic Sequel
Gothic Sequel
آخر سجل 1 year ago
23
جولات سريعة
الألعاب التي يُشرف عليها
You Have to Burn the Rope
You Have to Burn the Rope
آخر حدث 16 days ago
326
أحداث
Purble Place
Purble Place
آخر حدث 3 months ago
233
أحداث
Gothic Mods
Gothic Mods
آخر حدث 4 months ago
230
أحداث
Gothic
Gothic
آخر حدث 7 months ago
192
أحداث
Solitaire
Solitaire
آخر حدث 19 days ago
175
أحداث
Gothic 2: Night of the Raven
Gothic 2: Night of the Raven
آخر حدث 3 months ago
127
أحداث
Gothic Sequel
Gothic Sequel
آخر حدث 3 months ago
72
أحداث
Caesars Palace
Caesars Palace
آخر حدث 3 years ago
67
أحداث