Skip to content

Commit

Permalink
Clean up stale links
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Bahnsen <Kris@KBEmbedded.com>
  • Loading branch information
kbembedded committed Aug 6, 2024
1 parent b6dba30 commit 672d4a3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: kbembedded # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: KBEmbedded # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: #
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2023 Esteban Fuentealba
Copyright (c) 2023-2024 KBEmbedded

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Details on the hardware interface, as well as how to create your own adapter boa

## Installation Directions

This application can be installed through the [Flipper Application Catalog](https://lab.flipper.net/apps/pokemon), the [Flipper Mobile Application](https://docs.flipper.net/mobile-app), or a pre-compiled application binary can be found on the [Releases](https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading/releases) page of this repo.
This application can be installed through the [Flipper Application Catalog](https://lab.flipper.net/apps/pokemon), the [Flipper Mobile Application](https://docs.flipper.net/mobile-app), or a pre-compiled application binary can be found on the [Releases](https://github.com/KBEmbedded/Flipper-Zero-Game-Boy-Pokemon-Trading/releases) page of this repo.

The application can also be built from source using [ufbt](https://github.com/flipperdevices/flipperzero-ufbt) or compiling the application against a firmware of choice using [fbt](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md). This will install the application to the `apps/GPIO/` folder on the Flipper's SD card.

Expand Down Expand Up @@ -487,7 +487,7 @@ The sprites for each Pokemon were hand-made for the monochrome screen of the Fli
- Analogue Pocket

## Contributors
[![Contributors](https://contrib.rocks/image?repo=EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading)](https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading/graphs/contributors)
[![Contributors](https://contrib.rocks/image?repo=KBEmbedded/Flipper-Zero-Game-Boy-Pokemon-Trading)](https://github.com/KBEmbedded/Flipper-Zero-Game-Boy-Pokemon-Trading/graphs/contributors)


## Links
Expand Down
4 changes: 2 additions & 2 deletions README_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Tool for trading Pokemon from the Flipper Zero to Generation I and II Game Boy g

No longer causes the OK button to break when using the pinout for older MALVEKE (MLVK2.5) PCBs! Users of MALVEKE PCBs Rev. <= 2.5 no longer need to reset the Flipper after a trade and are able to modify the traded Pokemon!

See the project's [README on GitHub](https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading/blob/main/README.md) for more detailed instructions on the application and all of the customization options for Pokemon.
See the project's README on GitHub https://github.com/KBEmbedded/Flipper-Zero-Game-Boy-Pokemon-Trading/blob/main/README.md for more detailed instructions on the application and all of the customization options for Pokemon.

## Connection: Flipper Zero GPIO - Game Boy

See the project's [README on GitHub](https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading/blob/main/README.md) for Link Cable interface adapters available on Tindie.
See the project's README on GitHub https://github.com/kbembedded/Flipper-Zero-Game-Boy-Pokemon-Trading/blob/main/README.md#hardware-interface for Link Cable interface adapters available on Tindie.

The Original pinout is as follows:

Expand Down
8 changes: 4 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
- [x] Add images for the level selection screen, stats selection screen, and move selection screens as per the original README
- Codebase
- [x] Reimplement Logging calls
- [ ] Clean up the codebase as it is now, there are a lot of optimizations in speed and code complexity that can be made, especially in added code in pokemon_app and maybe some code reduction/reuse in scenes
- [ ] Consider using a single View in main app struct and only allocate a view as needed to reduce memory footprint
- [x] Clean up the codebase as it is now, there are a lot of optimizations in speed and code complexity that can be made, especially in added code in pokemon_app and maybe some code reduction/reuse in scenes
- [x] Consider using a single View in main app struct and only allocate a view as needed to reduce memory footprint

- Future Wants
- [ ] Trading to Gen II games with both Gen I and Gen II Pokemon
- [x] Trading to Gen II games with both Gen I and Gen II Pokemon
- [ ] Enable IR mystery gift usage in Gen II using Flipper
- [ ] Be able to set up multiple Pokemon to be able to trade more than one per trip to trade center
- [x] Be able to set up multiple Pokemon to be able to trade more than one per trip to trade center
- [x] Be able to trade back and forth for e.g. trading a Pokemon that evolves only when traded
- [x] Would Separating out link cable states result in a cleaner API?
- [ ] Implement some simple logic to be able to "battle" the Flipper?
Expand Down

0 comments on commit 672d4a3

Please sign in to comment.