diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-12-17 22:33:47 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-12-17 22:33:47 -0700 |
commit | ba231fa07a3a638b54062814f8d24bfac15659c4 (patch) | |
tree | e1c4e8e69b051bab526acdce598cc29e7bc630f3 /pokered.asm | |
parent | 7c57cbda591f4bc749a516d02b4d3f8fd4a91cb3 (diff) |
More text, and some new characters. Make $50 equal to "@".
hg-commit-id: 5a8e07fda917
Diffstat (limited to 'pokered.asm')
-rw-r--r-- | pokered.asm | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index e5cbc97b..14a3ac59 100644 --- a/pokered.asm +++ b/pokered.asm @@ -11082,9 +11082,19 @@ SECTION "bank22",DATA,BANK[$22] INCBIN "baserom.gbc",$88000,$BE _AIBattleWithdrawText: - INCBIN "baserom.gbc",$880BE,$17 + db 1 + dw $D04A + db 0," with-",$4F,"drew @",1 + dw $CFDA + db 0,"!",$58 _AIBattleUseItemText: - INCBIN "baserom.gbc",$880D5,$1A + db 1 + dw $D04A + db 0,$4F,"used @",1 + dw $CD6D + db 0,$55,"on @",1 + dw $CFDA + db 0,"!",$58 INCBIN "baserom.gbc",$880EF,$2C0A |