Identify player functions and update asm.h

This commit is contained in:
theo3
2021-12-28 12:08:30 -08:00
parent 9456e38606
commit 0f65f8fd50
442 changed files with 697 additions and 1092 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
#include "structures.h"
#include "functions.h"
#include "overworld.h"
#include "room.h"
extern void sub_08080BC4(void);
@@ -97,7 +96,7 @@ void sub_080809D4(void) {
int x, y;
int var1, var0;
RoomControls* roomControls = &gRoomControls;
roomControls->unk6 &= 0xFB;
roomControls->scroll_flags &= ~4;
target = roomControls->cameraTarget;
x = target->x.HALF.HI;