Skip to content

Commit

Permalink
Translate "seer" time of days, and generic "enemy" string.
Browse files Browse the repository at this point in the history
  • Loading branch information
wfowler1 committed Sep 18, 2024
1 parent 7e78e74 commit 657cfdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions engine/events/poke_seer.asm
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ GetCaughtTime:
ret

.times
db "Morning@"
db "Day@"
db "Night@"
db "Ochtend@" ; "Morning@"
db "Dag@" ; "Day@"
db "Nacht@" ; "Night@"

UnknownCaughtData:
ld hl, .unknown
Expand All @@ -212,7 +212,7 @@ UnknownCaughtData:
ret

.unknown
db "Unknown@"
db "Onbekend@" ; "Unknown@"

GetCaughtLocation:
ld a, [wSeerCaughtGender]
Expand Down
2 changes: 1 addition & 1 deletion home/text.asm
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ RocketCharText:: db "ROCKET@"
PlacePOKeText:: db "POKé@"
KougekiText:: db "こうげき@"
SixDotsCharText:: db "……@"
EnemyText:: db "Enemy @"
EnemyText:: db "Vijand @" ; "Enemy @"
PlacePKMNText:: db "<PK><MN>@"
PlacePOKEText:: db "<PO><KE>@"
String_Space:: db " @"
Expand Down

0 comments on commit 657cfdc

Please sign in to comment.