diff options
author | Astatin <[email protected]> | 2024-11-29 18:11:43 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-29 18:11:43 +0900 |
commit | 20422f9a4a180f2c148d93e68930f57379311ca7 (patch) | |
tree | 9e58002ad6bd9bd0b6243828f55aa03e1c6c9ab7 /dialogues.gbasm | |
parent | c050a27b278df2efb4baf81b5e8c7e2f7dfd7e00 (diff) |
Add animation display
Diffstat (limited to 'dialogues.gbasm')
-rw-r--r-- | dialogues.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dialogues.gbasm b/dialogues.gbasm index 9a9aa1c..66e5c0b 100644 --- a/dialogues.gbasm +++ b/dialogues.gbasm @@ -5,7 +5,7 @@ Text_1: Menu_Choice_1: .DB 0x91, 0x98, 0x99, 0xff Menu_Choice_2: -.DB 0x9c, 0x9d, 0x8a, 0x96, 0x99, 0xff +.DB 0x91, 0x8e, 0x8a, 0x95, 0xff Menu_Choice_3: .DB 0x8f, 0x9b, 0x8e, 0x8e, 0xa3, 0x8e, 0xff Menu_Choice_4: |