>>43280148Well pikatalk was a bust, I guess it needs to be in menu-mode for it to work, like the debug screen or pause menu.
There I made "save" run monster_maker, and "option" runs monster_maker2, here's maker2, dunno wtf happened earlier with that colosseum option
Last time I was trying with "call bank_change" and then "call monster_maker", but now I use "call bank_push_call" with hl = monster_maker addr & b = G_BANK3f instead.
It opens options afterward instead of saving because I changed it to run the option code instead, since that'd make it execute less stuff.
The created mon doesn't save to party though some reason, maybe the monster_maker function returns the data of it and some extra code is needed to add it, not sure.