WiiRd forum

Wii & Gamecube Hacking => Wii Game hacking help => Topic started by: toonlink444 on February 21, 2011, 09:33:47 PM

Title: How to find the vaue of entering and exiting a ssbb stage
Post by: toonlink444 on February 21, 2011, 09:33:47 PM
I have been trying to find a  map_restart function (which hetoan2 told me to find) but I have had no succses. I have been doing greater than when entering the stage and less than when exiting. Is this the way to do it or am I doing this wrong.
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: toonlink444 on February 21, 2011, 09:39:13 PM
Quick bump, I have been posting some.
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: toonlink444 on February 22, 2011, 05:42:15 PM
Ummm.... Is any one going to help me?
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: Deathwolf on February 22, 2011, 05:49:43 PM
Example:

Stage 1 Battlefield = value 00
Stage 2 Final Destination = value 01
and and and

If your are on stage Battlefield, search for value 00.
If your are on stage Final Destination, search for value 01.

btw search in mem 90.
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: toonlink444 on February 22, 2011, 05:57:27 PM
No No No No No. What I meant is the address that loads the stage. I already found the stage address. It was is 80 range.
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: Deathwolf on February 22, 2011, 06:01:12 PM
oh okay I think you meant this address:
815D62D8

that loads your stage
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: toonlink444 on February 22, 2011, 06:02:19 PM
Wow, how did you know that?
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: Deathwolf on February 22, 2011, 06:04:55 PM
Quote from: toonlink444 on February 22, 2011, 06:02:19 PM
Wow, how did you know that?

that's not my code but I know this because it works offline,online and I ported this code.
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: toonlink444 on February 22, 2011, 06:12:32 PM
So how would you find that. Like do an unknown search when the stage is loading.
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: Deathwolf on February 22, 2011, 06:15:43 PM
Stage 1 Battlefield = value 00
Stage 2 Final Destination = value 01

search while loading the stage. (after choosing the stage)
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: toonlink444 on February 22, 2011, 06:20:19 PM
Actually battlefields value is 01 and final d's is 02. 00 Is some other thing. But I might be wrong.
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: Deathwolf on February 22, 2011, 06:22:47 PM
oh sorry you are right!

Stage Id's (ones with * work)
00 (0) - Battle
*01 (1) - BattleField (Battlefield)
*02 (2) - Final (Final Destination)
*03 (3) - Dolpic (Delfino Plaza)
*04 (4) - Mansion (Luigi's Mansion)
*05 (5) - MarioPast (Mushroomy Kingdom)
*06 (6) - Kart (Mario Circuit)
*07 (7) - Donkey (75 m)
*08 (8) - Jungle (Rumble Falls)
*09 (9) - Pirates (Pirate Ship)
*0A (10) - Zelda2 (Bridge of Eldin)
*0B (11) - Norfair (Norfair)
*0C (12) - Orpheon (Frigate Orpheon)
*0D (13) - Crayon (Yoshi's Island)
*0E (14) - Halberd (Halberd)
0F (15) - TestHalberd_00
10 (16) - TestHalberd_01
11 (17) - TestHalberd_02
12 (18) - Karby2
*13 (19) - Starfox (Lylat Cruise)
*14 (20) - Stadium (Pokémon Stadium 2)
*15 (21) - Tengan (Spear Pillar)
*16 (22) - Fzero (Port Town Aero Dive)
*17 (23) - Ice (Summit)
*18 (24) - Gw (Flat Zone 2)
*19 (25) - Emblem (Castle Siege)
1A (26) - TestEmblem_00
1B (27) - TestEmblem_01
*1C (28) - Madein (WarioWare, Inc.)
*1D (29) - Earth (Distant Planet)
*1E (30) - Palutena (Skyworld)
*1F (31) - Famicom (Mario Bros.)
*20 (32) - Newpork (New Pork City)
*21 (33) - Village (Smashville)
*22 (34) - Metalgear (Shadow Moses Island)
*23 (35) - Greenhill (Green Hill Zone)
*24 (36) - Pictchat (PictoChat)
*25 (37) - Plankton (Hanenbow)
*26 (38) - ConfigTest
27 (39) - Viewer
*28 (40) - Result
*29 (41) - DxShrine (Temple)
*2A (42) - DxYorster (Yoshi's Island)
*2B (43) - DxGarden (Jungle Japes)
*2C (44) - DxOnett (Onett)
*2D (45) - DxGreens (Green Greens)
*2E (46) - DxPStadium (Pokémon Stadium)
*2F (47) - DxRCruise (Rainbow Cruise)
*30 (48) - DxCorneria (Corneria)
*31 (49) - DxBigBlue (Big Blue)
*32 (50) - DxZebes (Brinstar)
*33 (51) - Oldin
*34 (52) - Homerun (Homerun Contest)
*35 (53) - Edit (Stages made using the Stage Builder.)
*36 (54) - Heal (All-Star Resting Stage)
*37 (55) - OnlineTraining
*38 (56) - TargetBreak (Break The Targets)
39 (57) - CharaRoll
3A (58) - General
3B (59) - Adventure
3C (60) - Adventure0
3D (61) - Adventure2
3E (62) - AdvMeleeTest
3F (63) - AdvMelee
40 (64) - BattleS
41 (65) - BattleFieldS
42 (66) - Max
43 (67) - Unknown
Title: Re: How to find the vaue of entering and exiting a ssbb stage
Post by: toonlink444 on February 22, 2011, 06:32:21 PM
My address that I got was 815E25DB.