summaryrefslogtreecommitdiff
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-xengine/hall_of_fame.asm11
1 files changed, 6 insertions, 5 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm
index 9eb4edc5..13c6f4dc 100755
--- a/engine/hall_of_fame.asm
+++ b/engine/hall_of_fame.asm
@@ -92,7 +92,7 @@ AnimateHallOfFame:
ret
HallOfFameText:
- db "HALL OF FAME@"
+ db "CELEBRITE@"
HoFShowMonOrPlayer:
call ClearScreen
@@ -178,7 +178,7 @@ HoFDisplayMonInfo:
jp PlayCry
HoFMonInfoText:
- db "LEVEL/"
+ db "NIVEAU/"
next "TYPE1/"
next "TYPE2/@"
@@ -237,8 +237,9 @@ HoFDisplayPlayerStats:
call PlaceString
coord hl, 4, 10
ld de, wPlayerMoney
- ld c, $a3
+ ld c, $83
call PrintBCDNumber
+ ld [hl], $F0
ld hl, DexSeenOwnedText
call HoFPrintTextAndDelay
ld hl, DexRatingText
@@ -251,10 +252,10 @@ HoFPrintTextAndDelay:
jp DelayFrames
HoFPlayTimeText:
- db "PLAY TIME@"
+ db "DUREE JEU@"
HoFMoneyText:
- db "MONEY@"
+ db "ARGENT@"
DexSeenOwnedText:
TX_FAR _DexSeenOwnedText