Skip to content

Commit f0cfb90

Browse files
committed
docs: Update README and photos with latest
1 parent 574c485 commit f0cfb90

12 files changed

+44
-24
lines changed

README.md

+44-24
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ These instructions assume that you are starting at the Flipper Zero desktop. Oth
5050

5151
- Press the `OK` button on the Flipper to open the main menu.
5252
- Choose `Applications` from the menu.
53-
- Choose `Game Boy` from the submenu.
53+
- Choose `GPIO` from the submenu.
5454
- Choose `Pokemon Trading`
55-
- The Flipper Zero should show the selection of Pokemon that you want to trade, and by default, it appears as bulbasaur.
55+
- The Flipper Zero will show the main menu of the application. The first option is to select the Pokemon to trade.
5656

5757
<p align='center'>
5858
<br />
@@ -62,74 +62,94 @@ These instructions assume that you are starting at the Flipper Zero desktop. Oth
6262

6363
- Press the `LEFT`/`RIGHT` buttons to paginate the selection of Pokemon by 1.
6464
- Press the `UP`/`DOWN` buttons to paginate the selection of Pokemon by 10.
65-
- Press the `OK` button to select the Pokemon to trade.
65+
- Press the `OK` button to select the Pokemon to trade and return to the main menu
6666

6767
<p align='center'>
6868
<br />
6969
<img src="./docs/images/flipper-zero-flat-2.png" width="400" /><br />
7070
</p>
7171

72-
- The Flipper Zero should show the selection of the Pokemon's level that you want to trade, and by default, it appears as level 1.
72+
- The traded Pokemon's nickname can be set. When a Pokemon is selected, the nickname defaults to the species name in all caps. This mimics a Pokemon without a customized nickname. In order to reset this nickname to its default, clear the text entry field, press `OK` on the `Save` button. This will fill the text box with the default name. Press `Save` again to set this name.
73+
- **Note:** The Nidoran♀ and Nidoran♂ names will not properly render. This is because the Flipper currently cannot print unicode characters to screen. Following the above instructions will fill the text entry field with `NIDORAN ` with a space after it. This space is the unrenderable ♀/♂ symbol. Once traded, it will be correctly named.
74+
- **Note:** Only alphanumeric characters are supported in the Pokemon's nickname at this time.
7375

76+
<p align='center'>
77+
<br />
78+
<img src="./docs/images/flipper-zero-flat-1-1.png" width="400" />
79+
<br />
80+
</p>
81+
82+
- The Pokemon's level can be adjusted as well by hitting `OK` on the level option. The minimum level is `2` and the maximum is `100`. The level is input via a text box. (Levels below 2 cause an underflow glitch in Gen I games that would cause the level to jump to 100, so if you want this just set the Pokemon's level to 100)
83+
7484
<p align='center'>
7585
<br />
7686
<img src="./docs/images/flipper-zero-flat-3.png" width="400" />
7787
<br />
7888
</p>
7989

80-
- Press the `LEFT`/`RIGHT` buttons to paginate the selection of the Pokemon's level by 1.
81-
- Press the `UP`/`DOWN` buttons to paginate the selection of the Pokemon's level by 10.
82-
- Press the `OK` button to select the Pokemon's level to trade.
90+
- The `Select Moves` menu is used to pick the set the traded Pokemon's moves. They are pre-populated with the moveset that the Pokemon would know at level 1. Selecting a move slot will bring up an alphabetical index of moves. Additionally, `No Move` and `Default` can be quickliy selected. Note that any move after the first `No Move` is ignored.
8391

8492
<p align='center'>
8593
<br />
86-
<img src="./docs/images/flipper-zero-flat-4.png" width="400" />
94+
<img src="./docs/images/flipper-zero-flat-7.png" width="400" />
8795
<br />
8896
</p>
8997

90-
- The Flipper Zero should show the selection for the Pokemon's moves that you want to trade, this will happen 4 times with default bing no move.
91-
9298
<p align='center'>
9399
<br />
94-
<img src="./docs/images/flipper-zero-flat-5.png" width="400" />
100+
<img src="./docs/images/flipper-zero-flat-8.png" width="400" />
95101
<br />
96102
</p>
97103

98-
- Press the `LEFT`/`RIGHT` buttons to paginate the selection of the Pokemon's current move selection by 1.
99-
- Press the `UP`/`DOWN` buttons to paginate the selection of the Pokemon's current move selection by 10.
100-
- Press the `OK` button to select the Pokemon's current move selection to trade.
104+
- The `Select Types` menu can change the traded Pokemon's types. The type(s) are pre-set to what the selected Pokemon normally is.
105+
- Pokemon with a single type will have the same type set for both types.
106+
- **Note:** Unlike other menus, changing either type immediately saves it. Pressing `Back` will keep any changes. This will be addressed in a later version. If you need to revert to the default types, a different Pokemon can be selected and the desired Pokemon re-selected.
107+
- **Note:** When changing the type(s), the Pokemon's in-game stats will _NOT_ reflect the chosen type(s). Additionally, these may be overwritten back to default in-game if the Pokemon uses a move that affects types (e.g. `Transform`) or the Pokemon evolves.
101108

102109
<p align='center'>
103110
<br />
104-
<img src="./docs/images/flipper-zero-flat-6.png" width="400" />
111+
<img src="./docs/images/flipper-zero-flat-8-1.png" width="400" />
105112
<br />
106113
</p>
107114

108-
- The Flipper Zero should show the selection for the Pokemon's stats that you want to trade, and by default, it appears as random IV and zero EV.
109-
115+
- The Pokemon's stats can also be influenced. The current settings are:
116+
- `Random IV, Zero EV` Mimics stats of a caught wild Pokemon.
117+
- `Random IV, Max EV / Level` IV is randomized, but EV is set to the maximum a trained Pokemon could be for its current level.
118+
- `Randon IV, Max EV` IV is randomized, EV is set to the abosolute max for a perfectly trained Pokemon.
119+
- `Max IV, Zero EV` Mimics stats of a caught wild Pokemon, but with the maximum IV possible.
120+
- `Max IV, Max EV / Level` IV is max, EV is set to the maximum a trained Pokemon could be for its current level.
121+
- `Max IV, Max EV` Absolutely perfect and overly powerful Pokemon.
122+
110123
<p align='center'>
111124
<br />
112-
<img src="./docs/images/flipper-zero-flat-7.png" width="400" />
125+
<img src="./docs/images/flipper-zero-flat-5.png" width="400" />
113126
<br />
114127
</p>
115128

116-
- Press the `RIGHT`/`UP` buttons to paginate the selection of the Pokemon's stats selection by 1 positively.
117-
- Press the `LEFT`/`DOWN` buttons to paginate the selection of the Pokemon's stats selection by 1 negatively.
118-
- Press the `OK` button to select the Pokemon's current move selection to trade.
129+
- The `OT ID#` and `OT Name` of the Pokemon can also be set. The `OT ID#` must be between `0` and `65535`. Setting the `OT ID#` and `OT Name` to the same as your current trainer's causes the game to believe it was a wild caught Pokemon and not one that was traded. This means high level Pokmon will still obey you without badges, but, will not get the experience boost of a traded Pokemon.
119130

120131
<p align='center'>
121132
<br />
122-
<img src="./docs/images/flipper-zero-flat-8.png" width="400" />
133+
<img src="./docs/images/flipper-zero-flat-6.png" width="400" /><br />
134+
</p>
135+
136+
<p align='center'>
123137
<br />
138+
<img src="./docs/images/flipper-zero-flat-6-1.png" width="400" /><br />
124139
</p>
125140

126-
- The Flipper Zero will display the view to connect the Game Boy.
141+
- Finally, select `Trade PKMN` to start the trade process.
127142

128143
<p align='center'>
129144
<br />
130-
<img src="./docs/images/flipper-zero-flat-9.png" width="400" /><br />
145+
<img src="./docs/images/flipper-zero-flat-6-2.png" width="400" /><br />
131146
</p>
132147

148+
<p align='center'>
149+
<br />
150+
<img src="./docs/images/flipper-zero-flat-9.png" width="400" /><br />
151+
</p>
152+
133153
- On your Game Boy, you should connect the **Game Link Cable** to the Game Boy and in the game, go to the nearest **Pokemon Center**.
134154

135155
<p align='center'>

docs/images/flipper-zero-flat-1-1.png

86.6 KB
Loading

docs/images/flipper-zero-flat-3.png

-2.62 KB
Loading

docs/images/flipper-zero-flat-4.png

-94 KB
Binary file not shown.

docs/images/flipper-zero-flat-5.png

-7.88 KB
Loading

docs/images/flipper-zero-flat-6-1.png

89.9 KB
Loading

docs/images/flipper-zero-flat-6-2.png

87.2 KB
Loading

docs/images/flipper-zero-flat-6.png

-2.07 KB
Loading

docs/images/flipper-zero-flat-7.png

-7.92 KB
Loading

docs/images/flipper-zero-flat-8-1.png

81.3 KB
Loading

docs/images/flipper-zero-flat-8.png

-14.8 KB
Loading

docs/images/flipper-zero-flat.xcf

15.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)