text: document the faulty <tab> character in FR

This commit is contained in:
Pierre de La Morinerie 2024-01-03 09:43:58 +01:00
parent f3ac3d76ec
commit e1369ce0be
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@
PUSHC PUSHC
NEWCHARMAP DialogCharmap NEWCHARMAP DialogCharmap
charmap "<09>", $09 charmap "<tab>", $09
charmap " ", $20 charmap " ", $20
charmap "!", $21 charmap "!", $21

View File

@ -1149,8 +1149,10 @@ Dialog29D::
db "type de photo " db "type de photo "
db "t'intéresse?@" db "t'intéresse?@"
; @bug The Tab character is likely an oversight, and was inserted by mistake.
; In-game it displays as "A", but it should be a space instead.
Dialog29E:: Dialog29E::
db "7 photos à <09> " db "7 photos à <tab> "
db "prendre! Quel " db "prendre! Quel "
db "type de photo " db "type de photo "
db "t'intéresse?@" db "t'intéresse?@"