| Posts by Smallhacker |
|
|
|
|
|
|
|
|
Originally posted by Remnic The Hedgehog*blah*
*blah*
*blah*
You level of fail increases exponentially.
|
| Last edited on 2007-09-27 03:12:02 PM by Smallhacker. |
|
|
|
Originally posted by manaphy87
Actually, I must say that this one is, while not the most creative one, a rather neat idea. Some buttons' meanings are too hard to guess, though.
|
|
| (restricted) |
|
|
He's talking about the legendary Open Source section of the site.
Oh, and by the way, Diamondphoenix:
Do not try to find the truth about Open Source. It's one of the things on the site not meant for the eyes of the uninvited.
...actually, I don't know why Open Source is still shown on the main page for normal users...
|
|
| (restricted) |
|
|
Originally posted by KieranThe best cartridge to tilt for fun is definately Ocarina of Time. 
Did you ever fix that corrupt, undeleteable save file I created by tilting your OOT cart?
|
|
| (restricted) |
| (restricted) |
| (restricted) |
|
|
Originally posted by Remnic The HedgehogIt would require a major ASM hack for this kind of thing.
AHAHAHAHAHAHAHAHAno. How about knowing what you talk about instead of just randomly guessing? This ASM hack is quite simple to make.
Modify the GFX file loading routine to check if GFX00 is being loaded. If it is, and Mimi is used, load another file instead.
Doesn't require that much work at all.
Here's a section of the GFX file loader that might be useful:
CodeUploadGFXFile: ;
$00/AA6B 2228BA00 JSL $00BA28 ;
$00/AA6F C001 CPY #$01 ;
$00/AA71 D00D BNE SkipSpecial ;
$00/AA73 ADEB1E LDA $1EEB ;
$00/AA76 1008 BPL SkipSpecial ;handle the post-special world graphics and koopa color swap.
$00/AA78 A031 LDY #$31 ;
$00/AA7A 223BA000 JSL $00BA34 ;
$00/AA7E A001 LDY #$01 ;
SkipSpecial: ;
Wait, wtf... I'm being helpful...?
|
| Last edited on 2007-10-14 11:20:03 AM by Smallhacker. |
|
|
|
Originally posted by Marche102Smalls,Pikaguy knows NOTHING about ASM.
And how is that my problem?
|
|
| (restricted) |
|
|
|
Seeing as SMW Central was my idea to begin with, Boom gave me three free years of adminness. Whenever that time runs out, I have no more reason to stay here. (I'm NOT going to pay to take care of a forum full of morons) Maybe I should plan a "goin' away" party?
|
| Last edited on 2007-10-15 01:26:43 AM by Smallhacker. |
|
|
|
|
|
|
I'd rather forget my earliest hacking years. Anyone who asks me about them from now on will be banned.
|
|
|
|
Originally posted by LuigivsKoopaand make sure you don't rename a Bitmap file. (example: greenhills.png (BMP file))
Wow, best description ever. You should get the Nobel Prize in Smartitude.
|
| Last edited on 2007-10-16 11:24:13 AM by Smallhacker. |
|
|
|
Originally posted by pieguy1372One problem though. I don't know how to do that. 
First of all: Haha
Second of all: Who would want to type those painfully long addresses every time they wanted a smiley? -_-
|
|
|
|
|
Editing the time-and-coin based level? How would that be any hard? It's about as easy as the level entrances.
|
|
|
|
*Takes a look at my several-years-old handwritten notes I made when collecting data about the status bar for my program*
Hm... There's a note here saying "Hide stars"... I believe it's what hides the small star counter... It might also remove the big star counter too, I don't remember.
(NOTE: These appear to be SNES addresses. Too lazy to convert them myself.)
Hide stars:
Set the following addresses to EAEAEA:
00:9053
00:9068
00:8FBD (or does it say 8F8D?)
00:8F87 (or does it say 8F37?)
There's also a note entitled "Disable score"
Disable score:
Set the following addresses to EAEAEA:
00:9014
00:9034
Note to self: Maybe I should remake the status bar editor?
|
|
|
|
|
|
|
|
|
|