http://ackuna.com/badtranslator
And...
Original text:
"Welcome! Super Mario World Central aims to be the Super Mario World hacking site, hosting everything you will ever need in order to create your own hack. "
…43 translations later, Yandex gives us:
"Have a good day.!!!!! Super Mario, super Mario in the centre of this debate, it is, here is what you need, what is the role that is used for the search. "
Posts by waffledoctor87
waffledoctor87's Profile → Posts
Originally posted by Wormer21
Of course, this website is not perfect,
It didn't lie.
also...
Original text:
"The Touhou Project (東方Project Tōhō Purojekuto?, lit. Eastern Project), also known as Toho Project or Project Shrine Maiden, is a Japanese dōjin game series focused on bullet hell shooters made by the one-man developer Team Shanghai Alice."
…43 translations later, Yandex gives us:
"This desire for this project to the time of the fire, and in the East part of this project), also known as a project to help tomb in new York city, girl, play the game of the Japanese side of the moon, death, arrow development team Shanghai Alice."
Quote
2) Why is there an upside-down cloud? Is it supposed to be a block that's passable from the top and solid on the bottom? If so, I don't believe that's possible with Map16 and probably would require a custom block, which is against the rules. I recall actually trying to make a solid on bottom block with a flipped cloud, unsuccessfully. I may be wrong, however.
3) That is red water above the message box, right?
5) Exactly why is there an arrow guiding the player into a pit?
2) Why is there an upside-down cloud? Is it supposed to be a block that's passable from the top and solid on the bottom? If so, I don't believe that's possible with Map16 and probably would require a custom block, which is against the rules. I recall actually trying to make a solid on bottom block with a flipped cloud, unsuccessfully. I may be wrong, however.
3) That is red water above the message box, right?
5) Exactly why is there an arrow guiding the player into a pit?
2) It's actually possible with Map16 believe it or not (Acts setting 1C8 I think)
3) And it hurts.
5) Wall Springboard Wrap glitch
What have I started?
Original text:
"This thread is getting really out of hand"
…43 translations later, Yandex gives us:
"Actually in your hands."
Original text:
"This thread is getting really out of hand"
…43 translations later, Yandex gives us:
"Actually in your hands."
Originally posted by rwhan
It kinda seems like lava is just floating in the air in certain spots.
how so?
perhaps that is true, but honestly it already looks decent IMO
What have i done
Original text:
" "We thought we move through versions too quickly so we have decided to start counting in hex to make it feel slower""
…43 translations later, Yandex gives us:
"And PatPatPat[very quickly, it was already too late to think about it, I decided to start thinking about."
Original text:
" "We thought we move through versions too quickly so we have decided to start counting in hex to make it feel slower""
…43 translations later, Yandex gives us:
"And PatPatPat[very quickly, it was already too late to think about it, I decided to start thinking about."
Original text:
"so what exactly is the prsp in question"
…43 translations later, Yandex gives us:
"This is, for example, processor expert, will be taken into account. "
"so what exactly is the prsp in question"
…43 translations later, Yandex gives us:
"This is, for example, processor expert, will be taken into account. "
Original text:
"Zwanzіg-fnfzehns begrt - Mn voc Espre j sux."
...43 translations later, Yandex gives us:
"Twenty fnfzehns begrt and organic(Dutch East India trading company, our people, with zero."
"Zwanzіg-fnfzehns begrt - Mn voc Espre j sux."
...43 translations later, Yandex gives us:
"Twenty fnfzehns begrt and organic(Dutch East India trading company, our people, with zero."
Original text:
"q w e r t y u i o p"
...43 translations later, Yandex gives us:
"R t s-t-e-r-r-w"
gee thanks rwhan
"q w e r t y u i o p"
...43 translations later, Yandex gives us:
"R t s-t-e-r-r-w"
gee thanks rwhan
Original text:
"Strangely enough, this sounds more like the original than the final result of the first one I did. Still don't know where those rats and mice came from... "
...43 translations later, Yandex gives us:
"Strange, but this is the last time I heard about it, I mean, I don't know... "
"Strangely enough, this sounds more like the original than the final result of the first one I did. Still don't know where those rats and mice came from... "
...43 translations later, Yandex gives us:
"Strange, but this is the last time I heard about it, I mean, I don't know... "
are they possible?
Originally posted by Gregor
code
Thank you! I'm making a hack where the Special World is required to beat the game because it returns all the water to the world.
and it just crashes yay
Code
db $42 LDA $1EEB ; load ram address $7E:1EEB (special world flag) CMP #$83 ; compare to value #$83 BEQ SpecialPassed ; if it's the same, jump to SpecialPassed RTS ; if not, stop SpecialPassed: ; PHX ; \ REP #$10 ; | LDX #$0000 ; | Change this block into Map16 tile #$0000. JSR ChangeMap16 ; | SEP #$10 ; | PLX ; / RTL PrematureEnd: PLX PLY PLB PLP RTS ChangeMap16: PHP SEP #$20 PHB PHY LDA #$00 PHA PLB REP #$30 PHX LDA $9A STA $0C LDA $98 STA $0E LDA #$0000 SEP #$20 LDA $5B STA $09 LDA $1933 BEQ SkipShift LSR $09 SkipShift: LDY $0E LDA $09 AND #$01 BEQ LeaveXY LDA $9B STA $00 LDA $99 STA $9B LDA $00 STA $99 LDY $0C LeaveXY: CPY #$0200 BCS PrematureEnd LDA $1933 ASL A TAX LDA $BEA8,x STA $65 LDA $BEA9,x STA $66 STZ $67 LDA $1925 ASL A TAY LDA [$65],y STA $04 INY LDA [$65],y STA $05 STZ $06 LDA $9B STA $07 ASL A CLC ADC $07 TAY LDA [$04],y STA $6B STA $6E INY LDA [$04],y STA $6C STA $6F LDA #$7E STA $6D INC A STA $70 LDA $09 AND #$01 BEQ SwitchXY LDA $99 LSR A LDA $9B AND #$01 BRA CurrentXY SwitchXY: LDA $9B LSR A LDA $99 CurrentXY: ROL A ASL A ASL A ORA #$20 STA $04 CPX #$0000 BEQ NoAdd CLC ADC #$10 STA $04 NoAdd: LDA $98 AND #$F0 CLC ASL A ROL A STA $05 ROL A AND #$03 ORA $04 STA $06 LDA $9A AND #$F0 REP 3 : LSR A STA $04 LDA $05 AND #$C0 ORA $04 STA $07 REP #$20 LDA $09 AND #$0001 BNE LayerSwitch LDA $1A SEC SBC #$0080 TAX LDY $1C LDA $1933 BEQ CurrentLayer LDX $1E LDA $20 SEC SBC #$0080 TAY BRA CurrentLayer LayerSwitch: LDX $1A LDA $1C SEC SBC #$0080 TAY LDA $1933 BEQ CurrentLayer LDA $1E SEC SBC #$0080 TAX LDY $20 CurrentLayer: STX $08 STY $0A LDA $98 AND #$01F0 STA $04 LDA $9A REP 4 : LSR A AND #$000F ORA $04 TAY PLA SEP #$20 STA [$6B],y XBA STA [$6E],y XBA REP #$20 ASL A TAY PHK PER $0006 PEA $804C JML $00C0FB PLY PLB PLP RTS
what did i do wrong
http://pastebin.com/GPdaJFwt
Originally posted by yoshicookiezeus
you're missing JMPs at the start of the block
How would those be formatted?
Original text:
"If you must drink and thwomp, make sure to have a designated thwomp"
…43 translations later, Yandex gives us:
" If you drink thwomp,thwomp, you must ensure that you "
"If you must drink and thwomp, make sure to have a designated thwomp"
…43 translations later, Yandex gives us:
" If you drink thwomp,thwomp, you must ensure that you "
(restricted)
(restricted)