mirror of
https://github.com/zeldaret/tmc
synced 2026-09-01 17:59:51 -04:00
Extract some map data definitions
This commit is contained in:
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user