diff options
author | dannye <33dannye@gmail.com> | 2021-01-16 16:17:41 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-01-16 16:17:41 -0600 |
commit | 946b425cf46f350f01066e1d71021b8595cfac18 (patch) | |
tree | b8b31a6eeaaf92abe125d328b5dee0ea2630d91b /src/constants/script_constants.asm | |
parent | 953f8d2e7a04846e5ce7a63c06b06476b6c5610e (diff) |
Disassemble remaining map events and npc preload routines
Diffstat (limited to 'src/constants/script_constants.asm')
-rw-r--r-- | src/constants/script_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/script_constants.asm b/src/constants/script_constants.asm index d5b05ee..9734f67 100644 --- a/src/constants/script_constants.asm +++ b/src/constants/script_constants.asm @@ -59,7 +59,7 @@ const EVENT_FLAG_39 ; $39 const EVENT_FLAG_3A ; $3a const EVENT_FLAG_3B ; $3b - const FLAG_BEAT_BRITTANY ; $3c + const EVENT_BEAT_BRITTANY ; $3c const EVENT_FLAG_3D ; $3d const EVENT_FLAG_3E ; $3e const EVENT_FLAG_3F ; $3f |