Skip to content

Commit

Permalink
application: change display name in Flipper apps
Browse files Browse the repository at this point in the history
"GAME BOY Pokemon Trading MALVEKE" would be completely cut off to
just "GAME BOY Pokemon Tr..." and on the app catalog it is only
"GAME BOY Pokemo..." Both of which, in a sea of other app names
is difficult to see and is a waste of half the app name space.

Signed-off-by: Kris Bahnsen <[email protected]>
  • Loading branch information
kbembedded committed Nov 13, 2024
1 parent 5dd0097 commit d4ebec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GAME BOY Pokemon Trading MALVEKE
# Pokemon Trade Tool for Flipper

## Watch it in Action
The video below trades a Bulbasaur from the Flipper to a Game Boy Color with Pokemon Silver. The Game Boy trades its Cyndaquil. The Flipper is then used to modify the Cyndaquil to infect it with Pokerus, modify its EVs and IVs, and have the Cyndaquil hold an Antidote before it is traded back to the Game Boy.
Expand Down
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
App(
appid="pokemon",
name="GAME BOY Pokemon Trading MALVEKE",
name="Pokemon Trade Tool",
apptype=FlipperAppType.EXTERNAL,
entry_point="pokemon_app",
requires=["gui"],
Expand Down

0 comments on commit d4ebec2

Please sign in to comment.