What do you mean by read as if its a level? Do you mean put it in the level order???
Search found 12 matches
- Sun Feb 21, 2021 7:52 pm
- Forum: General Stuff
- Topic: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
- Replies: 14
- Views: 841
- Wed Feb 17, 2021 3:12 pm
- Forum: General Stuff
- Topic: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
- Replies: 14
- Views: 841
Re: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
you can't get FF-FF you only get one FF worth of which you have 4 maps per world. So 3F-4 is as high as you could go. You would need to expand the ROM a lot though to get that far. There is no 9-1. Just the code looks up level number / 4 = 9 and number % 4 = 0 + 1 = 1 and so it prints 9-1 and then ...
- Wed Feb 17, 2021 2:38 am
- Forum: General Stuff
- Topic: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
- Replies: 14
- Views: 841
Re: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
But, you can remake the layout if your lucky and not have it crash. And, make a functional w9-1
- Wed Feb 17, 2021 2:01 am
- Forum: General Stuff
- Topic: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
- Replies: 14
- Views: 841
Re: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
You seem to have stumbled in from a high level language with "bounds checking". In ASM nobody knows how big a thing is, and hence you are free to go past the end as much as you like. However it is clipped to 256 because the level index is a single byte and 8bits gives you 256 values, so you have an...
- Tue Feb 16, 2021 9:26 pm
- Forum: General Stuff
- Topic: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
- Replies: 14
- Views: 841
Re: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
That is true because, when i found a txt file on romhacking.net they had a level guide i thought it was werid for them to be in 1 value (00) but then i made a hack that goes above world 1-4 on accident. C was like B kinda but not really. Because, C was junk data that wasn't a level which of course c...
- Tue Feb 16, 2021 9:14 pm
- Forum: General Stuff
- Topic: Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
- Replies: 14
- Views: 841
Why does Super Mario Bros. Have 256 worlds??? Does the lost levels have 256 worlds as well?????
Now, i really want to know because nobody ever explains it but, im gonna try. A: Most likely in the code its told to copy levels over and over and extra stuff B: they are very likely to just be junk data C: data that has nothing to do with the levels are being used in the worlds beyond 8 then it che...
- Mon Oct 26, 2020 8:04 am
- Forum: NESdev
- Topic: Should I hack more nes games besides mario?????
- Replies: 11
- Views: 5251
Re: Should I hack more nes games besides mario?????
Now, back in 2019 i made a account and i used a mario unity and i still haven't used the disassmbly why cause well on somewhere maybe late August 2020 was level headed hype so i used the program only for 2 videos on my channel it really depends if you can stand any voice and if you want ask for my c...
- Sun Oct 25, 2020 9:00 am
- Forum: NESdev
- Topic: Should I hack more nes games besides mario?????
- Replies: 11
- Views: 5251
Re: Should I hack more nes games besides mario?????
Also my previous post has pictures of the unity hack i made i while back.
- Sun Oct 25, 2020 8:57 am
- Forum: NESdev
- Topic: Should I hack more nes games besides mario?????
- Replies: 11
- Views: 5251
Re: Should I hack more nes games besides mario?????
I just prefer hacking sonic cause its less limited mario so limited due to multiple reasons no.1 NINTENDO LOVES TO TAKE DOWN ANYTHING. NO.2 its on not so powerful hardware and is pain. no.3 i think hacking mario is pain they dont give you the whole disassmbly so missing code like that one super mari...
- Wed Sep 30, 2020 1:03 pm
- Forum: NESdev
- Topic: Should I hack more nes games besides mario?????
- Replies: 11
- Views: 5251
Re: Should I hack more nes games besides mario?????
I dont post any on romhacking .net ima start on new one my old first one was rom unity and ima gonna use disasmbly well they are not hard to hack and i never ever released it so im making another one and is gonna release it
- Tue Sep 29, 2020 6:38 pm
- Forum: NESdev
- Topic: Should I hack more nes games besides mario?????
- Replies: 11
- Views: 5251
Re: Should I hack more nes games besides mario?????
Fine i will just hack mario 1, 2, and 3, i find that fun or something that has nothing to do with Nintendo or nes/snes like hacking sonic 1 and 2 (16 bit)
- Tue Sep 29, 2020 4:50 pm
- Forum: NESdev
- Topic: Should I hack more nes games besides mario?????
- Replies: 11
- Views: 5251
Should I hack more nes games besides mario?????
Where should I start i know how to hack mario games but there very limited and i wanted to try other games like bootleg games so where should i start for bootleg and regular nes games 
(Yes im new)

(Yes im new)