Skip to content

Commit 2f3a658

Browse files
First Commit 🎉
1 parent 2fd49f0 commit 2f3a658

File tree

219 files changed

+1880
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+1880
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
.vscode

README.md

Lines changed: 219 additions & 0 deletions

application.fam

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
App(
2+
appid="pokemon",
3+
name="Pokemon Trading",
4+
apptype=FlipperAppType.EXTERNAL,
5+
entry_point="pokemon_app",
6+
requires=["gui"],
7+
stack_size=2 * 1024,
8+
fap_category="Game Boy",
9+
fap_icon="pokemon_10px.png",
10+
fap_icon_assets="assets"
11+
)

assets/Background.png

449 Bytes

assets/Background_128x11.png

410 Bytes

assets/Button_18x18.png

3.52 KB

assets/Connect_me_62x31.png

3.68 KB

assets/Connected_62x31.png

3.68 KB

assets/Space_100x18.png

179 Bytes

assets/Space_65x18.png

118 Bytes

0 commit comments

Comments
 (0)