diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-02 13:15:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-02 13:15:48 -0500 |
| commit | 40af0d130236cccd5127c2f175006168466b405d (patch) | |
| tree | f0cb562e42e0e7850eba8921e22cf885bcb72360 /data/event_scripts.s | |
| parent | 9803cb612e6ca383694527d01f05f33edcc777a2 (diff) | |
| parent | 4ab3d77d8043fbf2dc7d7892b8e2f0ef1e96134f (diff) | |
Merge pull request #281 from GriffinRichards/fix-specialvars
Fix special var names
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 dae7ba832..564e18fb9 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -66,7 +66,7 @@ gSpecialVars:: @ 815FD0C .4byte gSpecialVar_MonBoxPos .4byte gSpecialVar_TextColor .4byte gSpecialVar_PrevTextColor - .4byte gUnknown_20370DE + .4byte gSpecialVar_0x8014 .include "data/specials.inc" |
