|
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_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.
|