diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-12 11:00:48 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-12 11:00:48 -0500 |
commit | 695757abe50e8c189d14da666809119e37a9ed28 (patch) | |
tree | e2fda47ea8fd22bb1f703d8254be2f293e3dea56 /engine | |
parent | 3cd3efd06002a188cebf37d935411d7d73b153be (diff) |
Name a few unknowns
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/menu/pokedex.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/pokedex.asm b/engine/menu/pokedex.asm index 4351ae4c..7d8457f3 100755 --- a/engine/menu/pokedex.asm +++ b/engine/menu/pokedex.asm @@ -573,8 +573,8 @@ HeightWeightText: ; 40448 (10:4448) db "HT ?",$60,"??",$61,$4E,"WT ???lb@" ; XXX does anything point to this? -Unknown_4045D: ; 4045d (10:445d) - db $54,$50 +PokeText: ; 4045d (10:445d) + db "#@" ; horizontal line that divides the pokedex text description from the rest of the data PokedexDataDividerLine: ; 4045f (10:445f) |