diff options
author | Astatin <[email protected]> | 2025-03-13 19:08:09 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-13 19:08:09 +0900 |
commit | 62701690d1c7b95b639d63d0cb9cd6ebeb9ac876 (patch) | |
tree | 833c88d35818c4d63e7d440355254aeb47af2cfd /text.gbasm | |
parent | ab45947d3fdc9885c497d9fc3dd124c7986f6ea4 (diff) |
Adding multi-step dialogue
Diffstat (limited to 'text.gbasm')
-rw-r--r-- | text.gbasm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/text.gbasm b/text.gbasm new file mode 100644 index 0000000..22ce9d2 --- /dev/null +++ b/text.gbasm @@ -0,0 +1,8 @@ +Hop_Attack_Menu_Txt: +.DB 0x91, 0x98, 0x99, 0xff +Heal_Attack_Menu_Txt: +.DB 0x91, 0x8e, 0x8a, 0x95, 0xff +Freeze_Attack_Menu_Txt: +.DB 0x8f, 0x9b, 0x8e, 0x8e, 0xa3, 0x8e, 0xff +Earcoptr_Attack_Menu_Txt: +.DB 0x8e, 0x8a, 0x9b, 0x8c, 0x98, 0x99, 0x9d, 0x9b, 0xff |