Mario Kart 64
Loading...
Searching...
No Matches
MooMooFarm.cpp File Reference
#include <libultraship.h>
#include <libultra/gbi.h>
#include <vector>
#include <memory>
#include "MooMooFarm.h"
#include "World.h"
#include "engine/actors/Finishline.h"
#include "engine/objects/BombKart.h"
#include "assets/moo_moo_farm_data.h"
#include "engine/objects/MoleGroup.h"
#include "engine/objects/Mole.h"
#include "main.h"
#include "camera.h"
#include "course_offsets.h"
#include "code_800029B0.h"
#include "render_courses.h"
#include "code_8006E9C0.h"
#include "code_80057C60.h"
#include "defines.h"
#include "math_util.h"
#include "external.h"
#include "code_80005FD0.h"
#include "spawn_players.h"
#include "render_objects.h"
#include "assets/common_data.h"
#include "save.h"
#include "staff_ghosts.h"
#include "actors.h"
#include "collision.h"
#include "memory.h"
#include "code_80086E70.h"
#include "course.h"
Include dependency graph for MooMooFarm.cpp:

Variables

const char * moo_moo_farm_dls []
 
s16 currentScreenSection
 
s8 gPlayerCount
 
const course_texture moo_moo_farm_textures []
 
static std::vector< FVectorsMoleSpawns1
 
static std::vector< FVectorsMoleSpawns2
 
static std::vector< FVectorsMoleSpawns3
 

Variable Documentation

◆ currentScreenSection

s16 currentScreenSection
extern

◆ gPlayerCount

s8 gPlayerCount
extern

◆ moo_moo_farm_dls

const char* moo_moo_farm_dls[]
extern

◆ moo_moo_farm_textures

const course_texture moo_moo_farm_textures[]

◆ sMoleSpawns1

std::vector<FVector> sMoleSpawns1
static
Initial value:
= {
{ FVector(771, 20, -2022) },
{ FVector(807, 15, -2063) },
{ FVector(847, 18, -2040) },
{ FVector(913, 14, -2054) },
{ FVector(939, 21, -1997) },
{ FVector(941, 17, -2024) },
{ FVector(994, 17, -1994) },
{ FVector(863, 22, -2010) },
}
Definition CoreMath.h:18

◆ sMoleSpawns2

std::vector<FVector> sMoleSpawns2
static
Initial value:
= {
{ FVector(1500, 2, 1140) },
{ FVector(1510, 15, 1050) },
{ FVector(1609, 21, 935) },
{ FVector(1289, 3, 1269) },
{ FVector(1468, 22, 1046) },
{ FVector(1380, 12, 1154) },
{ FVector(1297, 19, 1170) },
{ FVector(1589, 11, 1004) },
{ FVector(1414, 3, 1185) },
{ FVector(1405, 4, 1254) },
{ FVector(1463, 8, 1118) },
}

◆ sMoleSpawns3

std::vector<FVector> sMoleSpawns3
static
Initial value:
= {
{ FVector(701, 2, 1279) },
{ FVector(811, 8, 1278) },
{ FVector(791, 16, 1229) },
{ FVector(876, 15, 1266) },
{ FVector(984, 23, 1248) },
{ FVector(891, 20, 1242) },
{ FVector(920, 15, 1304) },
{ FVector(823, 6, 1327) },
{ FVector(717, 8, 1239) },
{ FVector(695, 19, 1176) },
{ FVector(628, 8, 1191) },
{ FVector(724, 4, 1339) },
}