General discussion about Super Mario Bros. X.
Moderator: Userbase Moderators
|
|
|
|
-
FanofSMBX
- Ludwig von Koopa

- Posts: 3878
- Joined: Sun Dec 22, 2013 12:01 pm
Postby FanofSMBX » Thu Oct 09, 2014 3:02 pm
Here's a powerup that makes you jump higher when you have it. I'm afraid I couldn't disable the gliding of the raccoon.
Code: Select all OnPlayerMem,0x112,4,0,1337,0,w
OnPlayerMem,0x112,1,0,1331,0,w
OnPlayerMem,0x112,2,0,1332,0,w
OnPlayerMem,0x112,3,0,1333,0,w
OnPlayerMem,0x112,5,0,1334,0,w
OnPlayerMem,0x112,6,0,1335,0,w
OnPlayerMem,0x112,7,0,1336,0,w
#1337
MemAssign,0x00B2C6DC,40,0,0,0,w
MemAssign,0x00B2C6E2,44,0,0,0,w
#1331
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1332
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1333
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1334
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1335
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1336
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
|
|
|
|
|
|
|
|
|
-
DarkShadeX
- Volcano Lotus

- Posts: 535
- Joined: Sat Jan 18, 2014 11:34 am
Postby DarkShadeX » Thu Oct 09, 2014 3:27 pm
FanofSMBX wrote:Here's a powerup that makes you jump higher when you have it. I'm afraid I couldn't disable the gliding of the raccoon.
Code: Select all OnPlayerMem,0x112,4,0,1337,0,w
OnPlayerMem,0x112,1,0,1331,0,w
OnPlayerMem,0x112,2,0,1332,0,w
OnPlayerMem,0x112,3,0,1333,0,w
OnPlayerMem,0x112,5,0,1334,0,w
OnPlayerMem,0x112,6,0,1335,0,w
OnPlayerMem,0x112,7,0,1336,0,w
#1337
MemAssign,0x00B2C6DC,40,0,0,0,w
MemAssign,0x00B2C6E2,44,0,0,0,w
#1331
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1332
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1333
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1334
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1335
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1336
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
We should make a lunadll therad for all of our Codes,and everyone can Post they Codes in it.
|
|
|
|
|
|
|
|
|
-
glitch4
- Banned
- Posts: 2577
- Joined: Tue Dec 31, 2013 3:43 pm
Postby glitch4 » Thu Oct 09, 2014 3:54 pm
This is really awesome and cool powerup. You can use it not for reaching higher platforms, but also for avoiding the pits 
|
|
|
|
|
|
|
|
|
-
Anphiba
- Nipper

- Posts: 404
- Joined: Sun Apr 20, 2014 8:29 am
Postby Anphiba » Thu Oct 09, 2014 6:09 pm
Couldn't you just make this replace the Hammer Suit power-up and take away the Hammers?
EDIT: And it doesn't even do anything.
Last edited by Anphiba on Thu Oct 09, 2014 6:15 pm, edited 2 times in total.
|
|
|
|
|
|
|
|
|
-
FanofSMBX
- Ludwig von Koopa

- Posts: 3878
- Joined: Sun Dec 22, 2013 12:01 pm
Postby FanofSMBX » Thu Oct 09, 2014 6:12 pm
Anphiba wrote:Couldn't you just make this replace the Hammer Suit power-up and take away the Hammers?
Really neat Power-up though.
I guess one could, but you would still make the hammer sound and have the hammer shell. Not to mention I am using the hammer suit anyways
|
|
|
|
|
|
|
|
|
-
Anphiba
- Nipper

- Posts: 404
- Joined: Sun Apr 20, 2014 8:29 am
Postby Anphiba » Thu Oct 09, 2014 6:15 pm
It doesn't work
I tried it.
|
|
|
|
|
|
|
|
|
-
FanofSMBX
- Ludwig von Koopa

- Posts: 3878
- Joined: Sun Dec 22, 2013 12:01 pm
Postby FanofSMBX » Thu Oct 09, 2014 6:24 pm
Do you have lunadll v8?
|
|
|
|
|
|
|
|
|
-
leif_erikson
- Blooper

- Posts: 167
- Joined: Thu Feb 06, 2014 12:23 pm
Postby leif_erikson » Fri Oct 10, 2014 9:29 am
By the way this looks like it will eventually cause lag if you jump very many times. You should change the infinite time on every mem assign to something other than 0.
|
|
|
|
|
Return to “General”
Users browsing this forum: No registered users and 1 guest
|