diff options
author | Astatin <[email protected]> | 2024-11-12 21:02:48 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-12 21:02:48 +0900 |
commit | 8a9209f59366c70da07c87e31d21ea0d4754bc84 (patch) | |
tree | 2cdaa6e5a9bc005f126442bba1961f8bc1bf31c4 /dialogues.gbasm | |
parent | 4e460acd36b3465493f6df8d2387a518b2547913 (diff) |
Add attack menu on start
Diffstat (limited to 'dialogues.gbasm')
-rw-r--r-- | dialogues.gbasm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dialogues.gbasm b/dialogues.gbasm index 416acfa..9a9aa1c 100644 --- a/dialogues.gbasm +++ b/dialogues.gbasm @@ -3,10 +3,10 @@ Bunny_Prefix: Text_1: .DB 0x91, 0x8e, 0x95, 0x95, 0x98, 0x0, 0xa5, 0xff Menu_Choice_1: -.DB 0x95, 0x9e, 0x97, 0x8a, 0xff +.DB 0x91, 0x98, 0x99, 0xff Menu_Choice_2: -.DB 0x8a, 0xa3, 0x9e, 0x9b, 0x8e, 0xff +.DB 0x9c, 0x9d, 0x8a, 0x96, 0x99, 0xff Menu_Choice_3: -.DB 0xa0, 0x92, 0x9d, 0x8c, 0x91, 0xff +.DB 0x8f, 0x9b, 0x8e, 0x8e, 0xa3, 0x8e, 0xff Menu_Choice_4: -.DB 0x98, 0xa0, 0x95, 0xff +.DB 0x8e, 0x8a, 0x9b, 0x8c, 0x98, 0x99, 0x9d, 0x9b, 0xff |