diff options
author | garak <garakmon@gmail.com> | 2019-12-17 18:49:34 -0500 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-12-17 18:49:34 -0500 |
commit | ddaa88390e53665c6ac73af5e1a2f519dbddb5c6 (patch) | |
tree | 858be7225887b625817074966666d467ef5f716b /berry_fix/payload/include/constants | |
parent | 47d9fbef9339004364d65861ac661c1bd20419c8 (diff) |
eventobject -> objectevent take 3
Diffstat (limited to 'berry_fix/payload/include/constants')
-rw-r--r-- | berry_fix/payload/include/constants/vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/berry_fix/payload/include/constants/vars.h b/berry_fix/payload/include/constants/vars.h index 4b40c1d8c..3d44dfa4d 100644 --- a/berry_fix/payload/include/constants/vars.h +++ b/berry_fix/payload/include/constants/vars.h @@ -27,7 +27,7 @@ // object gfx id vars // These 0x10 vars are used to dynamically control a event object's sprite. // For example, the rival's sprite id is dynamically set based on the player's gender. -// See VarGetEventObjectGraphicsId(). +// See VarGetObjectEventGraphicsId(). #define VAR_OBJ_GFX_ID_0 0x4010 #define VAR_OBJ_GFX_ID_1 0x4011 #define VAR_OBJ_GFX_ID_2 0x4012 |