Advertisement
DaWoblefet

Battle Video 3DS Homebrew App Planning

May 11th, 2017
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Battle Video 3DS Homebrew App Planning
  2.  
  3. Purpose:
  4. -To provide a quick way to access Battle Video data at live events
  5.  
  6. Design:
  7. -Battle Videos must be pre-decrypted with something like SaveDataFiler
  8. -User locates battle video and battle video number (requires file explorer portion)
  9. -App displays Pokemon data
  10. -User can press B to return to Battle Video selection, Start to exit
  11.  
  12. Implementation:
  13. -File browser: 3DSFileExplorer (have to download lol)
  14. -Example of generic homebrew app in C: https://github.com/AlbertoSONIC/3DS_Binary_Decimal_Converter/tree/master/source
  15. -Mons stuff: https://github.com/BernardoGiordano/PKSV
  16. -PKHeX's way to read Battle Videos: https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Saves/Substructures/BattleVideo.cs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement