mirror of
https://github.com/zladx/LADX-Disassembly.git
synced 2024-11-23 12:59:39 +00:00
text: document the faulty <tab> character in FR
This commit is contained in:
parent
f3ac3d76ec
commit
e1369ce0be
@ -5,7 +5,7 @@
|
|||||||
PUSHC
|
PUSHC
|
||||||
NEWCHARMAP DialogCharmap
|
NEWCHARMAP DialogCharmap
|
||||||
|
|
||||||
charmap "<09>", $09
|
charmap "<tab>", $09
|
||||||
|
|
||||||
charmap " ", $20
|
charmap " ", $20
|
||||||
charmap "!", $21
|
charmap "!", $21
|
||||||
|
@ -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?@"
|
||||||
|
Loading…
Reference in New Issue
Block a user