diff options
author | entrpntr <12521136+entrpntr@users.noreply.github.com> | 2020-05-22 12:11:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 12:11:22 -0400 |
commit | 88badff0e1780e306915718a441328d5b579969a (patch) | |
tree | a440bd8039cc651b39cb436032ef05d78c92c213 /constants/event_flags.asm | |
parent | a3437007d1446878bcea9ef7926a0703565c9779 (diff) | |
parent | 963b1273fe31fcd42f99006c4c301184e47700cf (diff) |
Merge pull request #33 from entrpntr/phone
Disassemble phone scripts and text (bank $41)
Diffstat (limited to 'constants/event_flags.asm')
-rw-r--r-- | constants/event_flags.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/event_flags.asm b/constants/event_flags.asm index 58127c6a..bb1476b1 100644 --- a/constants/event_flags.asm +++ b/constants/event_flags.asm @@ -669,7 +669,7 @@ const EVENT_DEREK_ASKED_FOR_PHONE_NUMBER const EVENT_DEREK_READY_FOR_REMATCH const EVENT_CHRIS_ASKED_FOR_PHONE_NUMBER - const EVENT_CHRIS_READY_FOR_REMATCH + const EVENT_CHRIS_READY_FOR_REMATCH ; 290 const EVENT_BRENT_ASKED_FOR_PHONE_NUMBER const EVENT_BRENT_READY_FOR_REMATCH const EVENT_TIFFANY_ASKED_FOR_PHONE_NUMBER |