Language…
8 users online:  AmperSam, Bumpty, Chuycraft, Diego, EpicGamer1354,  Sayuri, TheMorganah, Xane123 - Guests: 187 - Bots: 163
Users: 67,293 (2,033 active)
Latest user: cononreon

Posts by Majora252

Majora252's Profile → Posts

I might sign up for some sprites/blocks/bosses. The sprites and bosses take longer to make then bosses though. And you can always use Iceguys noob boss.
Your layout has been removed.
I don't think so. Your best bet would be to either make a custom boss iggy, or make a door leading to him. You can use reznor in a normal level though, as long as you have the right settings.
Your layout has been removed.
What glitch? Could you please give more detail?
Your layout has been removed.
I think this should be locked to prevent a build up of posts rejecting or aggreeing with the statement.Just a suggestion though.
Your layout has been removed.
I've applied the HDMA kit patch, so we can use it in our hack.
Your layout has been removed.
(restricted)
It looks like you don't have the code to erase itelf.

Code
LDA #$02 ; Replace block with blank tile
STA $9C
JSL $00BEB0
This is just a question, but can you load, store, and compare to OW events? The closest I can find is this:

Originally posted by RAM Map

_______________________________________________________________
|Address |Length | Type | Description | | | | | |
----------------------------------------------------------------
| $7E:1F02 | 15 bytes | Misc. | Overworld event flags |
----------------------------------------------------------------
Make sure SP3 is at 13. If that doesn't work, maybe something edited your GFX?
Your layout has been removed.
The shatter code is:
Code
LDA #$02 ; Replace block with blank tile
STA $9C
JSL $00BEB0
PHB
LDA #$02
PHA
PLB
LDA #$00 ;set to 0 for normal explosion, 1 for rainbow (throw blocks)
JSR $028663 ;breaking effect
PLB


So if add it, your new code should be this:

Code
JMP Main : JMP Main : JMP Main : JMP Return : JMP Return : JMP Return : JMP Return

MarioAbove:
MarioBelow:
MarioSide:
LDA #$02
STA $19
LDA #$02 ; Replace block with blank tile
STA $9C
JSL $00BEB0
PHB
LDA #$02
PHA
PLB
LDA #$00 ;set to 0 for normal explosion, 1 for rainbow (throw blocks)
JSR $028663 ;breaking effect
PLB
RTL

Return:
RTL


OFFTOPIC:
Does anyone know how to change Yoshi's color?
(restricted)
I wonder who created it? At first I thought it was S.N.N., but he said he joined after it was made. Maybe its Techokami, but he hasn't been on the site for years. Any ideas?
Your layout has been removed.
(restricted)
I actualy don't know.. I found it in the code thread.
Your layout has been removed.
How do you convert it? I'm trying to convert it because every time I try to insert GFX into the ROM, this pops up:

Originally posted by Lunar Magic

Graphics Format Warning!

The ExGFX in the ROM are still stored in 3bpp format. If you want to preserve them, you should extract the ExGFX and then reinsert them afterwards so the program can store them as 4bpp as well. Unless for some reason you actually like looking at garbled graphics...


And If I try to insert ExGFX, it says this:
Originally posted by Lunar Magic

Graphics Format Warning!

The GFX in the ROM are still stored in 3bpp format. If you want to preserve them, you should extract the GFX and then reinsert them afterwards so the program can store them as 4bpp as well. Unless for some reason you actually like looking at garbled graphics...


I tried extracting them and reinserting, but it says the exact same thing every time.
Your layout has been removed.
He never goes on the site anymore.. You could unpromote him.
Your layout has been removed.
This is really useful. I vote for sticky, just like everyone else has.
Your layout has been removed.
I already did that before. And nothing happened.
Your layout has been removed.