Touched
Resident ASMAGICIAN
- 625
- Posts
- 10
- Years
- Age 123
- Seen Feb 1, 2018
An admittedly newbish question, but I suppose that's what the thread is for: Is it possible to edit the data contained in multichoice boxes dynamically in a script through ASM, or is all this information stored strictly in the ROM and therefore unalterable?
The table for the multichoice boxes is stored in the ROM. However, it is a table of pointers, so you could just point it to a RAM location if you really wanted. Also, it's relatively easy to change the actual command to conditionally load from a RAM location.