diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-08 02:09:10 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 17:34:51 -0400 |
commit | 1d63499fa73f028a5409ff358caedc8972a57552 (patch) | |
tree | 72747d1cb0d7626d0b110e349f7cf1b355399473 /text.asm | |
parent | 8f2edd9c413d09c4ec74abab7e2af0a2fcc5d951 (diff) |
Remove (incorrect) address comments
Conflicts:
text.asm
Diffstat (limited to 'text.asm')
-rw-r--r-- | text.asm | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2089,7 +2089,11 @@ _ColosseumVersionText:: prompt _Char00Text:: +<<<<<<< HEAD TX_NUM hSpriteIndexOrTextID,1,2 +======= + TX_NUM $FF8C,1,2 +>>>>>>> 6bdf0c5... Remove (incorrect) address comments text " error." done @@ -2489,11 +2493,19 @@ _DreamWasEatenText:: line "dream was eaten!" prompt +<<<<<<< HEAD _TradeCenterText1:: text "!" done _ColosseumText1:: +======= +_BattleCenterMText1:: + text "!" + done + +_TradeCenterMText1:: +>>>>>>> 6bdf0c5... Remove (incorrect) address comments text "!" done |