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 /engine/phone/scripts/unused.asm | |
parent | a3437007d1446878bcea9ef7926a0703565c9779 (diff) | |
parent | 963b1273fe31fcd42f99006c4c301184e47700cf (diff) |
Merge pull request #33 from entrpntr/phone
Disassemble phone scripts and text (bank $41)
Diffstat (limited to 'engine/phone/scripts/unused.asm')
-rw-r--r-- | engine/phone/scripts/unused.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/phone/scripts/unused.asm b/engine/phone/scripts/unused.asm new file mode 100644 index 00000000..08d67f60 --- /dev/null +++ b/engine/phone/scripts/unused.asm @@ -0,0 +1,3 @@ +UnusedPhoneScript: + writetext UnusedPhoneText + end |