diff options
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/events/diploma.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/events/diploma.asm b/engine/events/diploma.asm index 91541f09..066b3aa3 100755 --- a/engine/events/diploma.asm +++ b/engine/events/diploma.asm @@ -100,17 +100,17 @@ DiplomaText: db CIRCLE_TILE_ID, "Diploma", CIRCLE_TILE_ID, "@" DiplomaPlayer: - db "Player@" + db "Jugador@" DiplomaEmptyText: db "@" DiplomaCongrats: - db "Congrats! This" - next "diploma certifies" - next "that you have" - next "completed your" - next "#DEX.@" + db "¡Felicidades! Se" + next "certifica que has" + next "completado" + next "con éxito" + next "tu POKéDEX.@" DiplomaGameFreak: db "GAME FREAK@" |