| (H)DMA channel 7 in LevelASM |
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - (H)DMA channel 7 in LevelASM |
|
Pages: 1  |
|
|
|
| Posted on 2009-11-21 11:02:38 AM |
Link | Quote |
|
|
Hello, I have seen topics explaining that I can use HDMA in LevelASM but uses channel 4, 5 and 6 but I want to know if is possible to use a Channel 7 instead of the 4, 5 and 6. Thanks.
|
| Last edited on 2009-11-21 12:29:18 PM by Roy. |
|
| Posted on 2009-11-21 11:10:38 AM |
Link | Quote |
|
HDMA channel 7 =/= Mode 7
Anyway, you can't use HMDA channel 7 ($4370) in levelasm because it's used by the windowing circle at the end of the level. You can't use it elsewhere either because Nintendo didn't really account for people hacking their game and only set up the channel once (IE it won't work anymore after you mess with it).
|
|
| Posted on 2009-11-21 11:40:27 AM |
Link | Quote |
|
|
Because the code of the HDMA of the LevelASM is Buggy, It shows random colors that can seizure a people and don't work. Is so Awful the effect. When I choose only one, The screen color flick until I disable HDMA so a code that displays perfectly is a help for me. Or I have to use the D4's HDMA.
|
|
| Posted on 2009-11-21 11:44:27 AM |
Link | Quote |
|
Well, if the screen went funky weird colors, there's an error in the code somewhere.
Post your code and we'll look it over.
|
|
| Posted on 2009-11-21 01:43:47 PM |
Link | Quote |
|
|
I'm fairly sure you have to use the SMW register mirrors, not the offical ones. The offical will glitch 'cuz you mess wid SMW's groove.
|
|
| Posted on 2009-11-21 01:58:57 PM |
Link | Quote |
|
Originally posted by MaxxI'm fairly sure you have to use the SMW register mirrors, not the offical ones. The offical will glitch 'cuz you mess wid SMW's groove.
If you mean $0D9F->$420C, the levelASM HDMA code already does that.
Also, I recommend you use this code as a default. You can put gradients in it later. Channels 3, 4 and 5 (actually, even 5 is used somewhere) are pretty much the only (H)DMA channels that are not used in SMW originally. It's safest to use those anyway.
|
|
| Posted on 2009-11-21 03:47:10 PM |
Link | Quote |
|
|
The code is the same but I can't make a Single Gradient. I have to use all of them (Red Colour, Green Colour and Blue Colour) instead of a single Red, Green or Blue Color.
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - (H)DMA channel 7 in LevelASM |