move axdata to structs

This commit is contained in:
Mateon1
2024-09-22 14:48:27 +02:00
parent 915cdb9fd3
commit f4a1ad1f45
4 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#ifndef GUARD_SPRITE_H
#define GUARD_SPRITE_H
#include "axdata.h"
#include "structs/axdata.h"
#include "ground_sprite.h"
#include "structs/str_position.h"
#include "sprite_oam.h"

View File

@@ -6,7 +6,7 @@
#include "sprite.h"
#include "structs/str_items.h"
#include "structs/str_moves.h"
#include "axdata.h"
#include "structs/axdata.h"
#include "number_util.h"

View File

@@ -1,5 +1,5 @@
#include "global.h"
#include "axdata.h"
#include "structs/axdata.h"
extern void sub_80A68A0(u32);
extern void sub_80A7094(struct axPokemon *, u32, u32, u32);