mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-09 06:54:01 -04:00
Refactors (#114)
* Update Engine.cpp * fix * Add Actors * Refactor * Update Game.cpp * Refactors as per review
This commit is contained in:
@@ -125,8 +125,6 @@ void MooMooFarm::SpawnActors() {
|
||||
spawn_all_item_boxes((struct ActorSpawnData*)LOAD_ASSET_RAW(d_course_moo_moo_farm_item_box_spawns));
|
||||
}
|
||||
|
||||
void MooMooFarm::Init() {}
|
||||
|
||||
// Likely sets minimap boundaries
|
||||
void MooMooFarm::MinimapSettings() {
|
||||
D_8018D220 = reinterpret_cast<uint8_t (*)[1024]>(dma_textures(gTextureExhaust0, 0x479, 0xC00));
|
||||
|
||||
Reference in New Issue
Block a user