You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-38Lines changed: 5 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
This is a Pokemon exchange application from Flipper Zero to Game Boy [(Generación I)](https://bulbapedia.bulbagarden.net/wiki/Generation_I). Flipper Zero emulates a "Slave" Game Boy connected to a Game Link Cable to be able to exchange any Pokemon from the First Generation (Red, Blue, Yellow) to a real Game Boy.
20
20
21
-
It currently trades a Pokemon based on your choice of Pokemon, Level, and 4 Moves. It assumes a perfect IV and sets the EV for each stat to 0 (captured Pokemon) and calculates the Pokemon's Stats.
21
+
It is a Proof of Concept (POC) for using views, GPIO, and FURI (Flipper Universal Registry Implementation).
22
22
23
23
## Installation Directions
24
24
@@ -49,7 +49,7 @@ And use [**qFlipper**](https://flipperzero.one/update) to copy the generated **p
49
49
These instructions assume that you are starting at the Flipper Zero desktop. Otherwise, press the Back button until you are at the desktop.
50
50
51
51
- Press the `OK` button on the Flipper to open the main menu.
52
-
- Choose `Applications` from the menu.
52
+
- Choose `Aplicaciones` from the menu.
53
53
- Choose `Game Boy` from the submenu.
54
54
- Choose `Pokemon Trading`
55
55
- The Flipper Zero should show the selection of Pokemon that you want to trade, and by default, it appears as bulbasaur.
@@ -63,99 +63,69 @@ These instructions assume that you are starting at the Flipper Zero desktop. Oth
63
63
- Press the `LEFT`/`RIGHT` buttons to paginate the selection of Pokemon by 1.
64
64
- Press the `UP`/`DOWN` buttons to paginate the selection of Pokemon by 10.
65
65
- Press the `OK` button to select the Pokemon to trade.
- Talk to the girl at the counter on the right. The girl will tell us that we have to save the game before playing, we will answer **YES** by pressing the **A** button.
- You will see your Pokemon and the Pokemon you selected on the Flipper Zero, in this case, `Mew`. You must select the Pokemon you want to trade and press **TRADE**.
If the Flipper Zero gets stuck at the end of the exchange, you must reboot it by pressing the <imgsrc="./docs/images/left.png" /> LEFT + <imgsrc="./docs/images/back.png" /> BACK key combination.
0 commit comments