Touched
Resident ASMAGICIAN
- 625
- Posts
- 10
- Years
- Age 123
- Seen Feb 1, 2018
Can you also list the specials which are empty, unused, or useless? I'm personally translating out JPAN's FireRed Hacked Engine's specials to Emerald. I got two specials translated but I dunno which special I will use for that so that is why I'm asking empty slots (noted that I knew where the table is).
Thanks! I can now finally test my personal translations. XD
EDIT: Can be the special table expandable? Will it be having limiter stuff?
Of course it's expandable. You'll have to change two routines (max) if there are limiters. However there is little point in expanding it. First reason I have for this is that there are countless nops - you can just replace those without fear of breaking anything. There should be more than enough. Second reason is that it wastes space - you'd have to repoint the entire special table to do this. Why not repoint the script command table instead (or replace a nop there)? It would waste less space and allow better functionality than specials...