Author Topic: Super mario z80  (Read 20192 times)

0 Members and 1 Guest are viewing this topic.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Help with Mario game
« Reply #90 on: July 02, 2011, 04:01:58 am »
Yeah at first we thought it was inappropriate (so we applied a ban, according to the current zero-tolerance rule), then we opened our dictionaries, then we ended up not being sure and unbanned you.

BTW I speak French as well :P
« Last Edit: July 02, 2011, 04:02:48 am by Juju »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Help with Mario game
« Reply #91 on: July 02, 2011, 04:02:33 pm »
I compiled with Axe and signed it with wabbitsign and got .app
This used to contain a signature.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Help with Mario game
« Reply #92 on: July 02, 2011, 11:19:08 pm »
Sorry I had to rate down your post because it was rather innapropriate. Not everyone here know everything about macs and not everyone here knows about how crappy TI cross-compatibility between OSes is. I still have bad memories of figuring out what were those 8xo files.

what? but all I said is that we shoudl leave ashbad alone instead of ragging on him for app files. how was that innapropriate? x.x
Yeah sorry about that, I misinterpreted the "let's let up on Ashbad" part as "let's jump on Ashbad ".

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Help with Mario game
« Reply #93 on: August 06, 2011, 11:52:20 am »
this project will be on and off I will be working on alot http://ourl.ca/12405
This used to contain a signature.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Super mario z80
« Reply #94 on: October 08, 2011, 05:33:18 pm »
Here is the current source code and I need help with perfect collision detection
This used to contain a signature.

Offline mrmprog

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 559
  • Rating: +35/-1
    • View Profile
Re: Super mario z80
« Reply #95 on: October 08, 2011, 08:45:19 pm »
Ok, a couple of things. I just glanced trough really quickly, so I will only point out the big things (that I saw). I noticed that several times, you were displaying sprites with a very long section of Pt-on(**,**,Str5), with each one being 8 pixels to the side. It may be better to put those in a For loop. I am not sure about this, but I think you also had a nested if statement that checked the same value as the first ??? Also, the jumping engine seems to be part of the collision checking problem. You can get stuck in an infinite jump loop. If you want, I could look at the source later and try to help with that. I hope I helped :)

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Super mario z80
« Reply #96 on: October 08, 2011, 09:38:09 pm »
Thanks for help! Ill try that later.
This used to contain a signature.