User Tag List

Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

  1. #11
    *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    User Info Menu

    Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    Quote Originally Posted by Jinzo X View Post
    np glad 2 help. once i get more post ill make a coder app. its diff here. do coder apps become threads?
    does it matter?

    Remember, you could submit an app now, but you'll really have to impress me. If not become more active

  2. #12
    *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    User Info Menu

    Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    Ya ik, im pretty sure i will make it. But i remember u sayin somthin bout u dont care wut ppl put in a app unless they got like 50 + posts

    If you have an idea on a PSP related program that is ran on Windows PM me with some information on your idea please.

  3. #13
    DEATH METAL

    User Info Menu

    Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    Yea, you have to make sure your active a lot. They don't want to give some one staff responsibility if they think you will quit after a while.

  4. #14
    *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    User Info Menu

    Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    im staying here 4 a long time, gr8 site!

    If you have an idea on a PSP related program that is ran on Windows PM me with some information on your idea please.

  5. #15
    Wu-Tang

    User Info Menu

    Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    little tip if the value of an address is an nop (0x00000000) you don't have to load the value just use the register zero.

    example:

    lui t0, $[first half]
    sw zero, $[sec. half] (t0)
    jr ra

    you could have shortened that routine like this:

    lui t0, $08a6
    lui t0, $03e0
    ori t0, t0 $0008
    sw t0, $2580 (t0)
    sw zero, $2584 (t0)
    jr ra

    and just add a hook to it. You don't have to, have two routines and use two hooks for it.
    Last edited by Lavent Sky; 11-16-2009 at 06:48 PM.
    "These cats they sentimental such with a gentle touch
    Dancin' double dutch and all sayin' nothin' much" -Black Thought

  6. #16
    *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    User Info Menu

    Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    no. It was easy once you get the flow of things.
    VVVVV|Sig by Hunter619|VVVVV





  7. #17
    *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    User Info Menu

    Re: *NOOB PROOF* Subroutine Guide by TheEliteOne aka Jinzo X aka Crioshinx

    ya it is ez

    If you have an idea on a PSP related program that is ran on Windows PM me with some information on your idea please.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •