CaptureSight Versions Save

Tesla Overlay to view Pokemon game info in Sword, Shield, Brilliant Diamond, Shining Pearl, and Legends Arceus!

v0.12.8

11 months ago

Updates

  • Updated libtesla and built with latest libnx. This should hopefully fix crashes while in docked mode.

v0.12.7

1 year ago

Updates

  • Updated for switch 16.0.0

v0.12.6

2 years ago

Updates

  • Updated required PLA version to be 1.1.1

v0.12.5

2 years ago

Updates

  • Fix Shining Pearl 1.3.0 support (Thanks @SteveCookTU!)

v0.12.4

2 years ago

Updates

  • BDSP 1.3.0 support

v0.12.3

2 years ago

Updates

  • Arceus 1.1.0 support

v0.12.2

2 years ago

Updates

  • BDSP 1.2.0 support

v0.12.1

2 years ago

Updates

  • All data reading was rewritten in rust, and c++ is now purely for visuals
  • BDSP can read multiple wild Pokemon for Eterna Forest (Thanks @Drakansoul!)
  • Support for Legends Arceus was added
    • Wild Pokemon view
    • Party Pokeon view
    • Main RNG view
    • Spawner seed list view (both active and inactive spawners)
    • 1.0.2 support was added since the last pre-release (Thanks @SteveCookTU!)

v0.12.0-rc.2

2 years ago

General Updates

  • Preliminary support for Legends Arceus v1.0.1 was added
  • All data reading was rewritten in rust, and c++ is now purely for visuals

Updates from v0.12.0-rc.1

  • Spawners are now read in groups
  • Spawner group seeds are now displayed
  • Missing Spawners are now displayed

v0.12.0-rc.1

2 years ago

Updates

  • Preliminary support for Legends Arceus v1.0.1 was added
  • All data reading was rewritten in rust, and c++ is now purely for visuals

Please note

Arceus support was added rather hastily, so some things will need to be changed in the future. Here are a few examples in case anyone wants to help:

  • This line should be updated to use the game's true method for determining active spawns. 'Active' in the current logic means 'has data set' rather than 'a Pokemon in the overworld'.
  • CaptureSight only shows a single wild Pokemon, even though a player can battle multiple Pokemon. CaptureSight has the ability to read multiple wild Pokemon with a few tweaks, and a 'wild list view' needs to be added to this directory similar to how the bdsp underground view works.
  • More helpful spawn info should be shown in the spawn view.
  • General spawn reading cleanup (due to time, it was added very hastily).
  • Rename the new pkx once PKHeX is released. (And possibly display different info for it?)