Jump to content

Reisyukaku

Innovator
  • Posts

    140
  • Joined

  • Last visited

Reputation

27 Excellent

8 Followers

About Reisyukaku

  • Birthday 11/28/1990

Recent Profile Visitors

15533 profile views
  1. Since its of interest to some people, I removed the forced gym uniforms by returning 1 (E0 03 00 32 C0 03 5F D6) from the function at .text + 0x13AD310 Theres a few tables in .data containing string + function pointer pairs used by the LUA interface i believe, which makes things easy fwiw. Alternatively just replace the function pointer with the CommandNOP function GF already made at .text + 0x13B0130
  2. Interesting. I've experienced a thing before where a calculation relied on integer underflow/overflow, but theres a feature in C# to disable protection from it... As far as this goes, it looks like its truncating your float or rounding to the nearest tenth, which is weird.
  3. If I remember correctly, No$GBA was able to connect and trade.
  4. Pretty much, yes. The thing is though, these games tend to make multiple GARCs with some having duplicate models because its faster to unzip a single GARC then fetching models from multiple GARCs. That being said, there may be other GARCs with NPC models. I'll try to update my pastebin soon but here's what i've got so far. https://pastebin.com/5NQ5NjBd
  5. Welcome! I, myself, started off here seeking knowledge, which helped me get where I am today. Now I've come full circle and tutor someone.
  6. Try this: 02002300 68006868 02002304 60012100 02002308 00004770 521CBAA4 F7EC6868 121CBAAA 0000F636 121CBAAC 0000FC29 D2000000 00000000
  7. Not sure about that code specifically, but I recall messing with catching trainer's Pokemon before, and I just kill the mons I don't want and catch the ones I do. There was no restriction that caused me to have to catch the first slot mon.
  8. I wrote a quick and dirty unpacker for AC and AS containers found in a/0/8/3. Seems like AC contains character models and AS has scenery models. AC contains sub-container CP and AS contains SM. They're all basically setup the same way, so adding more to this script would be a matter of editing 2 lines. https://pastebin.com/RrZV8zRd I want to write something better in C# soon though.
  9. Here's another BCH tool that I helped work on with gdkchan to replace Ohana. How is this better?: The BCH (de)serializer has been completely rewritten, giving maximum flexibility and better BCH support. Features: - Import formats [BCH, SMD, GFModel] - Export formats [BCH, SMD, DAE] - Batch/Single texture export [PNG, GFTexture] - Batch model export formats [SMD, DAE] - Merge multiple models to the scene - Animation playback [bone, material, visibility, camera] Upcoming features: - GFModel export Screenshots: Download: https://github.com/gdkchan/SPICA SPICA.zip
  10. Yes, 'micro SD Management'. It's built into MSET (personally, i like to use it as a standalone app and use a downgraded MSET, but i digress)
  11. Kashi plz I guess I'll update the OP with a newer build of rebirth while I'm here.
  12. The original had problems running on some systems, but just to make sure, you're opening ohana and then it errors? or errors after you drop a bch into it?
×
×
  • Create New...