mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
Mention Jap grammar
This commit is contained in:
parent
4e3cd633f0
commit
ae420a4d8f
|
|
@ -3769,6 +3769,8 @@ PrintMonName1Text: ; 3daf5 (f:5af5)
|
||||||
; this function wastes time calling DetermineExclamationPointTextNum
|
; this function wastes time calling DetermineExclamationPointTextNum
|
||||||
; and choosing between Used1Text and Used2Text, even though
|
; and choosing between Used1Text and Used2Text, even though
|
||||||
; those text strings are identical and both continue at PrintInsteadText
|
; those text strings are identical and both continue at PrintInsteadText
|
||||||
|
; this likely had to do with Japanese grammar that got translated,
|
||||||
|
; but the functionality didn't get removed
|
||||||
MonName1Text: ; 3dafb (f:5afb)
|
MonName1Text: ; 3dafb (f:5afb)
|
||||||
TX_FAR _MonName1Text
|
TX_FAR _MonName1Text
|
||||||
db $08 ; asm
|
db $08 ; asm
|
||||||
|
|
@ -3868,6 +3870,8 @@ ExclamationPoint5Text: ; 3db80 (f:5b80)
|
||||||
; use ExclamationPoint[1-4]Text
|
; use ExclamationPoint[1-4]Text
|
||||||
; otherwise, use ExclamationPoint5Text
|
; otherwise, use ExclamationPoint5Text
|
||||||
; but all five text strings are identical
|
; but all five text strings are identical
|
||||||
|
; this likely had to do with Japanese grammar that got translated,
|
||||||
|
; but the functionality didn't get removed
|
||||||
DetermineExclamationPointTextNum: ; 3db85 (f:5b85)
|
DetermineExclamationPointTextNum: ; 3db85 (f:5b85)
|
||||||
push bc
|
push bc
|
||||||
ld a, [wd11e] ; move ID
|
ld a, [wd11e] ; move ID
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue