Functions | |
void | PA_InitMode7 (u8 bg_select) |
Initialize Mode 7 for a given background. You MUST be in video mode 1 or 2 | |
void | PA_DeInitMode7 (void) |
DeInitialize Mode 7 | |
void | PA_Mode7Angle (s16 angle) |
Define the current angle. | |
void | PA_Mode7MoveLeftRight (s16 x_deplac) |
Move lateraly, so left or right... | |
void | PA_Mode7MoveForwardBack (s16 z_deplac) |
Move forward or backwards | |
void | PA_Mode7X (s16 mode7x) |
Move to a given point on the map | |
void | PA_Mode7Z (s16 mode7z) |
Move to a given point on the map | |
void | PA_Mode7SetPointXZ (s16 mode7x, s16 mode7z) |
Move to a given point on the map (of coordinates x, z) | |
void | PA_Mode7Height (s16 mode7y) |
Set the camera height. |
|
Initialize Mode 7 for a given background. You MUST be in video mode 1 or 2
|
|
Define the current angle.
|
|
Set the camera height.
|
|
Move forward or backwards
|
|
Move lateraly, so left or right...
|
|
Move to a given point on the map (of coordinates x, z)
|
|
Move to a given point on the map
|
|
Move to a given point on the map
|