Sonic and Sega Retro Message Board: Malevolence - Viewing Profile - Sonic and Sega Retro Message Board

Jump to content

Hey there, Guest!  (Log In · Register) Help

Group:
Tech Member: Tech Members
Active Posts:
275 (0.1 per day)
Most Active In:
Engineering & Reverse Engineering (98 posts)
Joined:
13-March 08
Profile Views:
5208
Last Active:
User is offline Yesterday, 12:09 PM
Currently:
Offline

My Information

Age:
23 years old
Birthday:
February 3, 1992
Gender:
Male Male
Interests:
Knowledge

Contact Information

E-mail:
Private

Previous Fields

National Flag:
us
Wiki edits:
12

Posts I've Made

  1. In Topic: Basic Questions & Answers thread

    16 August 2012 - 01:51 PM

    The code's pretty much checking when he touches the ground, then it lockes his controls and has him run to the right. Eventually it compares his x position with the x position of the screen plus #$128 (off the screen a little). Pretty much take out this I guess:

    move.w ($FFFFD008).w,d0
    move.w ($FFFFF72A).w,d1
    addi.w #$128,d1
    cmp.w d1,d0
    bcs.s locret_ECEE
  2. In Topic: The S Factor: Sonia and Silver

    05 August 2012 - 11:46 PM


    Project's not dead! And I'm back, I hope everyone's in the mood for some new bosses :)
  3. In Topic: Random Hack/Mini Project Thread

    18 August 2010 - 03:22 AM

    QUOTE (Captain Bozo @ Aug 13 2010, 03:31 PM)
    I don't know where I'd begin really. I mean, there's already a tutorial on adding new moves around there somewhere. I just made a new routine for the object for when you press a button. For the bullet one, I had to make a new collision routine. It's not perfect but it was just to see if I could. The Wall Jump routine I just changed what happens when you touch a wall in the air.

    I'd write a tutorial out, but I'd rather people figure out the code on their own. Holding people's hands the whole time through the process isn't my style, and doesn't help anyone learn anything.


    That's funny, when I was making a special stage I wanted it to be a sort of third person shooter and did the same thing almost. I just used the current collision check routine and edited to check if it was sonic, or the new object
  4. In Topic: General Project Screenshot/Video Thread

    12 July 2010 - 11:29 AM

    QUOTE (Hanoch @ Jul 12 2010, 06:32 AM)
    So EVERYTHING will be written from scratch? Including: Vblank, Hblank, errortraps/checksums, Object Managers, Game modes, etc? Join sonicteam and remake sonic 4.


    Haha, yes to the first part and let's just say we have a fan game in mind that might make you happy wink.png
  5. In Topic: General Project Screenshot/Video Thread

    11 July 2010 - 04:44 PM

    It's a game engine, the only thing that really needs to be worked on is the sound driver and the various personal parts to the game (such as level collision, object codes and whatnot)