-
Content Count
53 -
Joined
-
Last visited
Community Reputation
16 GoodAbout OmegaPrime
-
Rank
Star Raider
-
Raptor Basic
-
Post this in the BB forum,someone will offer to code.
-
Always liked the arcade game
-
Ready for a homebrew Game Gear game?
OmegaPrime replied to atari2600land's topic in Homebrew Discussion
Awesome looking forward to it. -
Ready for a homebrew Game Gear game?
OmegaPrime replied to atari2600land's topic in Homebrew Discussion
Not trying to derail the thread but...what's Lemon Drop about? -
Ready for a homebrew Game Gear game?
OmegaPrime replied to atari2600land's topic in Homebrew Discussion
I like how large the giant house looks. -
Hyper Sentinel now on kickstarter
OmegaPrime replied to Sinigord's topic in Commodore 8-bit Computers
The funding was unsuccessful,maybe for their next kickstarter they don't ask for such an insane amount. -
Hyper Sentinel now on kickstarter
OmegaPrime replied to Sinigord's topic in Commodore 8-bit Computers
That sums up how I feel also,this is a big skip for me. -
Ready for a homebrew Game Gear game?
OmegaPrime replied to atari2600land's topic in Homebrew Discussion
If your not comfortable with adding the code above that's fair,will give it a play a little later today..good job on the fix. -
Commodore Programming Question
OmegaPrime replied to Classic Pac's topic in Commodore 8-bit Computers
Nowadays 99% of programming is done with cross assemblers.I would assume most all code was done on a c64 unless you worked for a company,feel free to correct me though. -
Very professional looking Brian O
-
Ready for a homebrew Game Gear game?
OmegaPrime replied to atari2600land's topic in Homebrew Discussion
The whale stage looks neat,It plays pretty good although I'm not crazy about the jump physics.If your using states for player,enemies you could have this in the Mr.Ultra Jumping State.Take a look at alex kidd in shinobi world,this code is the function it uses. ld hl,(_MrUltraYVelocityPtr) ld de,68 ;Gravity ld a,(_JoyPad) and Button1 jr z,+ bit 7,h jr z,+ ld a,(_MrUltraJumpAccent) inc a cp 16 jr z,+ ld (_MrUltraJumpAccent),a ld de,20 ;Gravity +: add hl,de ld a,h cp 4 jr c,+ ld hl,$3ff +: ld (_MrUltraYVelocityPtr),hl ret -
Thanks for the reply LS_Dracon it's encouraging to hear you attained authorization for your homebrew.
-
I like this game so much that I'd love to see it on the c64,I've messaged the author about permission to recode the game..fingers crossed he's ok with it.Anyway I've only done alittle so far as I didn't want to start putting hours into this if it's not going to happen.