Skip to content

Instantly share code, notes, and snippets.

@simias
Created June 4, 2019 11:17
Show Gist options
  • Save simias/cca8ba4b70df44d7d53c3830a10b9b94 to your computer and use it in GitHub Desktop.
Save simias/cca8ba4b70df44d7d53c3830a10b9b94 to your computer and use it in GitHub Desktop.
--- dynarec.txt 2019-06-04 12:16:59.640797163 +0100
+++ interpreter.txt 2019-06-04 12:16:24.522956628 +0100
@@ -9389,31 +9389,31 @@
GP0 DMA 00fa014a
GP0 DMA 2c808080
GP0 DMA 01670154
-GP0 DMA 7814000c
+GP0 DMA 78140000
GP0 DMA 0167016c
-GP0 DMA 00400023
+GP0 DMA 000f0017
GP0 DMA 01730154
-GP0 DMA 00000b0c
+GP0 DMA 00000b00
GP0 DMA 0173016c
-GP0 DMA 00000b23
+GP0 DMA 00000b17
GP0 DMA 2c808080
GP0 DMA 017e00c8
-GP0 DMA 7810003c
+GP0 DMA 78100000
GP0 DMA 017e01b8
-GP0 DMA 0040002b
+GP0 DMA 000e00ef
GP0 DMA 01ba00c8
-GP0 DMA 00003b3c
+GP0 DMA 00003b00
GP0 DMA 01ba01b8
-GP0 DMA 00003b2b
+GP0 DMA 00003bef
GP0 DMA 2c808080
GP0 DMA 003800c8
-GP0 DMA 780c0030
+GP0 DMA 780c0000
GP0 DMA 003801b8
-GP0 DMA 0040001f
+GP0 DMA 000d00ef
GP0 DMA 006800c8
-GP0 DMA 00002f30
+GP0 DMA 00002f00
GP0 DMA 006801b8
-GP0 DMA 00002f1f
+GP0 DMA 00002fef
@simias
Copy link
Author

simias commented Jul 21, 2019

GP0 DMA 00fa014a
Textured three-point polygon, semi-transparent, raw-texture
GP0 DMA 2c808080 <- Color+Command (CcBbGgRrh) (color is ignored for raw-textures)
GP0 DMA 01670154 <- Vertex1 (YyyyXxxxh) 340x359
-GP0 DMA 7814000c <- Texcoord1+Palette (ClutYyXxh) (clut 320x480) (12x0)
+GP0 DMA 78140000 <- Texcoord1+Palette (ClutYyXxh) (clut 320x480) (0x0)
GP0 DMA 0167016c <- Vertex2 (YyyyXxxxh)
-GP0 DMA 00400023 <- Texcoord2+Texpage (PageYyXxh)
+GP0 DMA 000f0017 <- Texcoord2+Texpage (PageYyXxh)
GP0 DMA 01730154
-GP0 DMA 00000b0c
+GP0 DMA 00000b00
GP0 DMA 0173016c
-GP0 DMA 00000b23
+GP0 DMA 00000b17
GP0 DMA 2c808080
GP0 DMA 017e00c8
-GP0 DMA 7810003c
+GP0 DMA 78100000
GP0 DMA 017e01b8
-GP0 DMA 0040002b
+GP0 DMA 000e00ef
GP0 DMA 01ba00c8
-GP0 DMA 00003b3c
+GP0 DMA 00003b00
GP0 DMA 01ba01b8
-GP0 DMA 00003b2b
+GP0 DMA 00003bef
GP0 DMA 2c808080
GP0 DMA 003800c8
-GP0 DMA 780c0030
+GP0 DMA 780c0000
GP0 DMA 003801b8
-GP0 DMA 0040001f
+GP0 DMA 000d00ef
GP0 DMA 006800c8
-GP0 DMA 00002f30
+GP0 DMA 00002f00
GP0 DMA 006801b8
-GP0 DMA 00002f1f
+GP0 DMA 00002fef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment