Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
underwater.c File Reference

Go to the source code of this file.

Functions

 INCLUDE_IMG ("effects/gfx/D_09000000_3B9A70.png", D_09000000_3B9A70)
 

Variables

Vp D_09000418_3B9E88
 

Function Documentation

◆ INCLUDE_IMG()

INCLUDE_IMG ( "effects/gfx/D_09000000_3B9A70.png" ,
D_09000000_3B9A70  )

Variable Documentation

◆ D_09000418_3B9E88

Vp D_09000418_3B9E88
Initial value:
= {
.vp = {
.vscale = { 640, 480, 511, 0 },
.vtrans = { 640, 480, 511, 0 }
}
}

Definition at line 15 of file underwater.c.

15 {
16 .vp = {
17 .vscale = { 640, 480, 511, 0 },
18 .vtrans = { 640, 480, 511, 0 }
19 }
20};