Extract some map data definitions

This commit is contained in:
octorock
2023-06-10 15:12:51 +02:00
parent 99c0d42297
commit 551cb72093
88 changed files with 1554 additions and 2327 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
* @brief Bench object
*/
#define NENT_DEPRECATED
#include "asm.h"
#include "entity.h"
#include "functions.h"
#include "player.h"
@@ -38,7 +39,7 @@ void Bench_Init(BenchEntity* this) {
super->collisionLayer = 1;
}
UpdateSpriteForCollisionLayer(super);
sub_08000148(0x47, this->tilePos - 0x40, 1);
SetCollisionData(0x47, this->tilePos - 0x40, 1);
}
void Bench_Action1(BenchEntity* this) {