diff options
author | yenatch <yenatch@gmail.com> | 2014-02-24 21:35:29 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-24 21:35:29 -0500 |
commit | f39a3c40014e1df138e061d0ce83dcf1c8f6b9b4 (patch) | |
tree | e4fae5f58f1b2bbdeba1c07afb727874477da77d | |
parent | 7601ac4cfaeead967c8d0aca3b21322e2319ddb2 (diff) |
Introducing StringBuffer5
-rw-r--r-- | wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1036,8 +1036,10 @@ StringBuffer3:: ; d099 ds 19 StringBuffer4:: ; d0ac ds 19 +StringBuffer5:: ; d0bf + ds 19 - ds 21 + ds 2 CurBattleMon:: ; d0d4 ds 1 |