diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-26 17:53:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 17:53:18 -0400 |
commit | b9c604b8d2ffe863cf17336a4d956b08438f0f45 (patch) | |
tree | 95935cb5754f89ea78402cf4706830f71eb07e81 /include/constants/vars.h | |
parent | 7a6d4525c4066038832d85a45ed6df6ab4660309 (diff) | |
parent | 9130579f1454c869e74ea8c953c0c778a4760396 (diff) |
Merge pull request #311 from PikalaxALT/field_player_avatar
Field player avatar
Diffstat (limited to 'include/constants/vars.h')
-rw-r--r-- | include/constants/vars.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 4a64eb095..358209eaf 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -221,11 +221,10 @@ #define VAR_0x40A7 0x40A7 #define VAR_0x40A8 0x40A8 #define VAR_0x40A9 0x40A9 -#define VAR_0x40AA 0x40AA -#define VAR_0x40AB 0x40AB -#define VAR_0x40AC 0x40AC -#define VAR_0x40AD 0x40AD -#define VAR_0x40AE 0x40AE + +#define VAR_QLBAK_TRAINER_REMATCHES 0x40AA // array of 4 +#define VAR_QLBAK_MAP_LAYOUT 0x40AE + #define VAR_0x40AF 0x40AF #define VAR_0x40B0 0x40B0 #define VAR_0x40B1 0x40B1 |