From 5ba33f06b89159191cdcbbefd9196ca6f2bab89e Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Mon, 10 Oct 2011 22:45:27 -0500 Subject: Oops, forgot to push BigShell --- src/spritetex.S | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/spritetex.S') diff --git a/src/spritetex.S b/src/spritetex.S index c991b0e..2bfd165 100755 --- a/src/spritetex.S +++ b/src/spritetex.S @@ -522,6 +522,7 @@ TEX_Spinner: andi. r5, r5, 0xF b GetTexFilenameForR5 + .global TEX_AirshipGear TEX_AirshipGear: lwz r5, 4(r30) @@ -530,6 +531,15 @@ TEX_AirshipGear: b GetTexFilenameForR5 +.global TEX_BigShell +TEX_BigShell: + lwz r5, 4(r30) + srwi r5, r5, 24 + andi. r5, r5, 0xF + b GetTexFilenameForR5 + + + .global TEX_Platforms TEX_Platforms: -- cgit v1.2.3