I am at the end of translating Super Ultra Baseball 2 and have to sort out some text issues as I don't want to release a 98% complete patch unless I have to.
For the first one as seen in the escreen shot below, this table uses some type of index pointers for specific character (i.e. not a whole text block).
KAR = K from PARK, A from Park and R from PARK...I just want it to say END or NEXT. Though I only left one it is followed by 3 more charcters and the index pointer or control code is not in that text block and I was unable to find any table pointers for these texts. Any idea what I can try?
As for the second it should be easier, in this part of the game there is shared text images. It is the same tile map (obviously), same text block and the same pointer - thus there must be an index pointer being used? I guess I have to find that again any idea what I could try?