diff options
author | YamaArashi <shadow962@live.com> | 2016-11-05 15:36:57 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-05 15:36:57 -0700 |
commit | 279394c8e54c309ededee2225955a86ee6ab3bb0 (patch) | |
tree | 02466e832636eef5534890072074a6299daed75b /data/event_scripts.s | |
parent | ee9a346e69ddb800899c0dfe4730898592169f01 (diff) |
contest rank var
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index d70145f6a..e76663f7f 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -26,7 +26,7 @@ gSpecialVars:: .4byte gScriptResult .4byte gScriptItemId .4byte gScriptLastTalked - .4byte gSpecialVar_0x8010 + .4byte gScriptContestRank .4byte gScriptContestCategory .include "data/specials.inc" |