From e73bd67e8c61fcbca13cf36a8490d44f90e7cefa Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 13 Mar 2011 01:38:01 +0100 Subject: removed Another stuff from master branch --- src/anotherhax.S | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/anotherhax.S (limited to 'src/anotherhax.S') diff --git a/src/anotherhax.S b/src/anotherhax.S deleted file mode 100644 index ca0a658..0000000 --- a/src/anotherhax.S +++ /dev/null @@ -1,23 +0,0 @@ -.set sp, 1 - -.extern continueFromFlagObjCheck -.extern returnFromFlagObjCheck - -.global fix38WithJumpCoin - -.text - -fix38WithJumpCoin: - # hacky fix because I can't figure out how to do it the right way - - # check actor type for EN_COIN_JUMP - lhz r0, 8(r3) - cmplwi r0, 403 - bne dontContinue - b continueFromFlagObjCheck -dontContinue: - - # it wasn't that, so just return 0 - li r3, 0 - b returnFromFlagObjCheck - -- cgit v1.2.3