diff options
author | Háčky <hatschky@gmail.com> | 2014-11-27 07:15:45 +0000 |
---|---|---|
committer | Háčky <hatschky@gmail.com> | 2014-11-27 07:15:45 +0000 |
commit | 319ed6d0e0266f5f6174a5acd929914db8cfae1d (patch) | |
tree | 76408d9cadcbed1e702efa8c44f4cf5e364b0a4d /battle-e/prologue.asm | |
parent | 17853b802692237d98f96d1a80caf2019f71753e (diff) |
Diffstat (limited to 'battle-e/prologue.asm')
-rw-r--r-- | battle-e/prologue.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/battle-e/prologue.asm b/battle-e/prologue.asm new file mode 100644 index 0000000..fdce843 --- /dev/null +++ b/battle-e/prologue.asm @@ -0,0 +1,14 @@ +INCLUDE "../macros.asm" +SECTION "prologue", ROM0[$100] + + db "GameFreak inc." + db 0,0,0,0,0,0 + dd $12345678 + Text "カ。ドE"8 ; corrupted カードe “Card e” + db 0,0,0,0,$01,$55 + db 0,0,0,0 + db REGION + db 0 + db "GameFreak inc." + db 0,0 + EOF
\ No newline at end of file |