Team Embrace
Team Embrace Boss
- 30
- Posts
- 6
- Years
- Seen Nov 14, 2022
Hi everyone. I'm working on a hack of Pokémon Ruby and have managed to follow destinedjagold's tutorial (https://www.pokecommunity.com/threads/309896) on how to expand the attack table. I'm now attempting to follow Andrea's tutorial (https://www.pokecommunity.com/threads/428071) on how to add the physical special split to the ROM. In the process of following destinedjagold's tutorial I moved the attack data table from its original offset(0x1FB12C)to an offset of 0x900000. I have two questions first Andrea's tutorial specifically mentions offset 0x1FB138 and the included ASM routine seems to target that offset as well which would indicate he is targeting the original table. Where should I insert the attack table data Andrea provided? at offset 9000? My other question is does the ASM routine he provided need to be updated for my new tables location and if so can someone either teach me how to do that or provide an updated routine? Thanks!