diff options
author | yenatch <yenatch@gmail.com> | 2014-06-13 22:53:20 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-13 22:53:20 -0700 |
commit | e23f34125879e680e1a6ee263cb3dbb579cc5135 (patch) | |
tree | 2474334d0166f7889ad46689dd80b542383143e3 /text | |
parent | eb9fc6676cfed0460d19ce441134dbcdfce49b0d (diff) |
Battle type constants in the wild.
Also add constants for trap and Celebi event battles.
Diffstat (limited to 'text')
-rw-r--r-- | text/battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/battle.asm b/text/battle.asm index b850c9661..834ec3c71 100644 --- a/text/battle.asm +++ b/text/battle.asm @@ -30,7 +30,7 @@ PokemonFellFromTreeText: ; 0x80778 prompt ; 0x80793 -WildPokemonAppearedText2: ; 0x80793 +WildCelebiAppearedText: ; 0x80793 text "Wild @" text_from_ram $c616 db $0 |