News:

11 March 2016 - Forum Rules

Main Menu

PSP pointer help

Started by radiantLuke, October 10, 2012, 04:24:14 AM

Previous topic - Next topic

radiantLuke

Hey guys.. I'm trying to translate a PSP game called Tales VS,
but its hard to translate it because of string limitations. Can anyone
teach how to find the text pointers of PSP games?

Karatorian

Current ProjectsFinal Fantasy EngineSMB Special for NESStudio Karatorian
@loop: lda (src),y — sta (dst),y — iny — bne @loop — inc src+1 — inc dst+1 — dex — bne @loop