Language…
12 users online: Anas, Batata Douce, Darolac, DasFueller, Dzing, Gamet2004, Hammerer, jump_run_repeat, Mythundare,  Nanako, pzyko103, Rykon-V73 - Guests: 294 - Bots: 356
Users: 64,795 (2,377 active)
Latest user: mathew

Shy Guy Minigame World

Standard

Suika Ibuki - 25107
#ab{^_^} Ok, i need of ideas for my hack.
The Central Objective is create "mini-games"
Like:
Jump In enemies and don't touch ground receiving lives
If someone wan't test the hack just send me an PM
#unbanMB980
Some ideas:
- Shell kick (needs custom blocks): Get the shell into a hole to win a prize! (having a somewhat random layout for the holes is better)
- Bullet Dodge (needs uberASM or custom sprites): Dodge the bullets for as long as you can! (instead of dying you'd be teleported when you get hit)

May come up with more. If I do, I may edit this post.

(also should this be in hack discussion or...?)
Suika Ibuki - 25107
Can you say what custom block i needed?
(well i guess this is an hack that needed of inspiration)
#unbanMB980
Originally posted by AnOtakuGamer
Can you say what custom block i needed?
(well i guess this is an hack that needed of inspiration)

Just one made in this tool that teleports the player when a sprite hits it.
Suika Ibuki - 25107
Can you help me.
i don't know much about this program
#unbanMB980
Here's some code I generated with it:

Code
db $42

JMP MarioBelow : JMP MarioAbove : JMP MarioSide
JMP SpriteV : JMP SpriteH
JMP Cape : JMP Fireball
JMP MarioCorner : JMP MarioHead : JMP MarioBody

MarioBelow:
MarioAbove:
MarioSide:
RTL

SpriteV:
SpriteH:
	LDA #$06				; \
	STA $71					; | Teleport the player via screen exit.
	STZ $88					; |
	STZ $89					; /


Cape:
Fireball:
MarioCorner:
MarioHead:
MarioBody:
RTL


Insert with BlockTool Super Deluxe on a Map16 tile you haven't used yet.
Suika Ibuki - 25107
thanks ^.^
#unbanMB980

Standard