diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2016-12-06 21:14:18 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2016-12-06 21:14:18 -0500 |
commit | 9f6ec022011d607cd3354559a32e75ad276e63d2 (patch) | |
tree | 318afb4a9c2acc964a1e318efcfe7616c1f2c08c /text.asm | |
parent | 81467634ec0c58e77554319cf7ece67e60a3d320 (diff) |
Hardcoded pointers in Pokedex banks
Diffstat (limited to 'text.asm')
-rwxr-xr-x | text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ DigitsText1to9: LetsGetPokemonText: db $05, $54, $41, $14, $00, $3a - db "LET'S GET POKeMON @" + db "LET`S GET POKeMON @" PokemonRanAwayText: db $05, $54, $42, $14, $00, $39 |