diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-15 20:41:55 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-15 20:41:55 -0600 |
commit | 5d923c4d5f3d0786715663b3ad83bc9f3e778164 (patch) | |
tree | 99e35c489871918c95493c74ae753a9e3eb60357 /include/ewram.h | |
parent | ed152b1566fa5c39ee72ca190c49fbfe30708036 (diff) |
import some battle_4.c code from emerald and get atk23_getexp matching
Diffstat (limited to 'include/ewram.h')
-rw-r--r-- | include/ewram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ewram.h b/include/ewram.h index 36081dd2a..6f42925c1 100644 --- a/include/ewram.h +++ b/include/ewram.h @@ -9,7 +9,7 @@ extern u8 gSharedMem[]; // dupes can be determined to be the same, they will be deliberate // seperated. #define eWeatherPaletteData (*(struct WeatherPaletteData *)gSharedMem) -#define BATTLE_STRUCT ((struct BattleStruct *) (gSharedMem + 0x0)) +#define gBattleStruct ((struct BattleStruct *) (gSharedMem + 0x0)) #define ewram0_2 (*(struct Struct2000000 *)(gSharedMem + 0x0)) #define namingScreenData (*(struct NamingScreenData *)(gSharedMem + 0x0)) #define ewramBerryPic (gSharedMem + 0x0) |