diff options
author | Astatin <[email protected]> | 2024-11-11 17:56:54 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-11 17:56:54 +0900 |
commit | d605c2900ae7c62f1937e250a2ae489678d99214 (patch) | |
tree | 4c1fc76f3b9e50b5f8461784fc349bff685e465a /dialogues.gbasm | |
parent | 5eb8b27696e9fa2f60fd75ffb1b31fe049fcc772 (diff) |
Add dungeon menu choice selection mode
Diffstat (limited to 'dialogues.gbasm')
-rw-r--r-- | dialogues.gbasm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dialogues.gbasm b/dialogues.gbasm index d16181a..416acfa 100644 --- a/dialogues.gbasm +++ b/dialogues.gbasm @@ -2,3 +2,11 @@ Bunny_Prefix: .DB 0x8b, 0x9e, 0x97, 0x97, 0xa2, 0xaa, 0xff Text_1: .DB 0x91, 0x8e, 0x95, 0x95, 0x98, 0x0, 0xa5, 0xff +Menu_Choice_1: +.DB 0x95, 0x9e, 0x97, 0x8a, 0xff +Menu_Choice_2: +.DB 0x8a, 0xa3, 0x9e, 0x9b, 0x8e, 0xff +Menu_Choice_3: +.DB 0xa0, 0x92, 0x9d, 0x8c, 0x91, 0xff +Menu_Choice_4: +.DB 0x98, 0xa0, 0x95, 0xff |