Hi, when I try to compile the starCoin.yaml file with Kamek it gives me an error, but I found out that if I use this code:`--- # By Synel
source_files: [../src/starCoin.S]
hooks:
- name: TEX_StarCoin
type: branch_insn
branch_type: bl
src_addr_pal: 0x80AAA150
target_func: 'TEX_StarCoin'
`
It compiles, I don't know if this is an Issue on my part or if it's for everyone but thank you.
Hi, when I try to compile the starCoin.yaml file with Kamek it gives me an error, but I found out that if I use this code:`--- # By Synel
source_files: [../src/starCoin.S]
hooks:
type: branch_insn
branch_type: bl
src_addr_pal: 0x80AAA150
target_func: 'TEX_StarCoin'
`
It compiles, I don't know if this is an Issue on my part or if it's for everyone but thank you.