diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-10 03:20:02 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-10 03:20:02 -0400 |
commit | 10f798323e88e4cdf8fe881956dd5ad41121e1a3 (patch) | |
tree | 3871c3b6abb80424dc77870f1e1ad7ce38a3afe2 /include/vars.h | |
parent | 16fd2ca3856668cd4e7cb5e94d3022ac5edce8a3 (diff) | |
parent | fe13cf593a7c14480de940e413177586cc8eae2e (diff) |
finish decompiling player_pc.c
Diffstat (limited to 'include/vars.h')
-rw-r--r-- | include/vars.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/include/vars.h b/include/vars.h index 55df0a5e3..cb5bb3296 100644 --- a/include/vars.h +++ b/include/vars.h @@ -1,6 +1,8 @@ #ifndef GUARD_VARS_H #define GUARD_VARS_H +#define VAR_0x4003 0x4003 +#define VAR_0x401F 0x401F #define VAR_RECYCLE_GOODS 0x4020 #define VAR_REPEL_STEP_COUNT 0x4021 #define VAR_ICE_STEP_COUNT 0x4022 @@ -26,6 +28,13 @@ #define VAR_BARBOACH_SIZE_RECORD 0x404F -#define VAR_PORTHOLE 0x40B4 +#define VAR_0x4054 0x4054 + +#define VAR_0x4089 0x4089 +#define VAR_0x4097 0x4097 + +#define VAR_PORTHOLE 0x40B4 + +#define VAR_0x40BC 0x40BC #endif // GUARD_VARS_H |