Bläddra i källkod

Clean up stale links

Signed-off-by: Kris Bahnsen <Kris@KBEmbedded.com>
Kris Bahnsen 1 år sedan
förälder
incheckning
672d4a346f
5 ändrade filer med 10 tillägg och 9 borttagningar
  1. 1 1
      .github/FUNDING.yml
  2. 1 0
      LICENSE
  3. 2 2
      README.md
  4. 2 2
      README_catalog.md
  5. 4 4
      TODO.md

+ 1 - 1
.github/FUNDING.yml

@@ -1,6 +1,6 @@
 # These are supported funding model platforms
 # 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: #
 patreon: #
 open_collective: # Replace with a single Open Collective username
 open_collective: # Replace with a single Open Collective username
 ko_fi: # Replace with a single Ko-fi username
 ko_fi: # Replace with a single Ko-fi username

+ 1 - 0
LICENSE

@@ -1,6 +1,7 @@
 MIT License
 MIT License
 
 
 Copyright (c) 2023 Esteban Fuentealba
 Copyright (c) 2023 Esteban Fuentealba
+Copyright (c) 2023-2024 KBEmbedded
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
README.md

@@ -85,7 +85,7 @@ Details on the hardware interface, as well as how to create your own adapter boa
 
 
 ## Installation Directions
 ## 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.
 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.
 
 
@@ -487,7 +487,7 @@ The sprites for each Pokemon were hand-made for the monochrome screen of the Fli
 - Analogue Pocket
 - Analogue Pocket
 
 
 ## Contributors
 ## 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
 ## Links

+ 2 - 2
README_catalog.md

@@ -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!
 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
 ## 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:
 The Original pinout is as follows:
 
 

+ 4 - 4
TODO.md

@@ -33,13 +33,13 @@
   - [x] Add images for the level selection screen, stats selection screen, and move selection screens as per the original README  
   - [x] Add images for the level selection screen, stats selection screen, and move selection screens as per the original README  
 - Codebase  
 - Codebase  
   - [x] Reimplement Logging calls  
   - [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  
 - 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  
   - [ ] 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] 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?  
   - [x] Would Separating out link cable states result in a cleaner API?  
   - [ ] Implement some simple logic to be able to "battle" the Flipper?  
   - [ ] Implement some simple logic to be able to "battle" the Flipper?