This app was mentioned in 134 comments, with an average of 2.75 upvotes
Fire Emblem Heroes. Just released today on iOS and Android. I'm hearing it's not out in the US just yet but it should be out at some point today for anyone over there.
https://play.google.com/store/apps/details?id=com.nintendo.zaba&hl=en
Update live on iPhone! Server still down for maintenance though...
Edit: Looks like it is live on google play store too. It says version 2.5.0
https://play.google.com/store/apps/details?id=com.nintendo.zaba&hl=en_US
Can someone confirm?
Still Fire Emblem Heroes although the game just got draggy because they increased the number of initial stamina to almost double. What do you think?
Play store link here
It's up in the Netherlands, maybe this link might work for you.
I don't think there's any official announcement of the launch time, but if you pre-register you'll get an alert when it's available. I know that doesn't really help if you're asking in terms of "should I stay up late that night so I can play immediately" but at least you won't miss it.
Apparently Super Mario Run launched at 10:00AM Pacific / 1:00PM Eastern (Ignore the typo of 10:00 PM in the update text, under the title it says it updated at 12:43 pm EST December 15), so that's probably a best guess.
Heroes was shown to have micro-transactions... F2P hype?
Also, it looks like you can choose a different hero for the ballot every day!
EDIT: Formatting
EDIT 2: Making a choice in the ballot also rewards you with 200 platinum points. Even if you aren't planning on downloading the game, I suggest putting in a vote to earn some points. (Votes towards Corrin would be appreciated.)
EDIT 3: Link to the pre-registration page.
EDIT 4: Quote from the app description: "This application is free to download and offers some optional in-app purchases." The game is officially free to play.
EDIT 5: The direct is currently the number one trending video on YouTube right now. While YouTube trending doesn't mean much, it's nice to see this being promoted.
Go the the FEH Google Play page, scroll to the bottom to the "Additional Information" section, and under "Permissions" click "View details".
I recommend you to try out Fire Emblem Heroes - I played Summoners War too for about 1 1/2 and then quit.
Fire Emblem isnt the exaxtly same type of game but maybe you will it enjoy it as much as me (and it just got released some month ago, so you still have a chance to be on the upper half of the ladder)
And you need to do more manually (There is an auto fight option, but most of the time you are better off when playing by yourself )
I've been addicted to Fire Emblem Heroes lately. It is a fantasy tactical rpg and has a lot of over-the-top cutesy and colorful characters, but also a lot of victorian and j-goth ones too. It is pretty casual, the thing that sets it apart IMO is the combat is entirely deterministic (no randomness!) and based on a hard rock/paper/scissors style design, so it plays more like a puzzle game a normal tactical rpg.
There are 3 different install size choice now.
The Apple Store page shows 106.2 mb, but the audio's deep fried. The Android Store page just says varies with device but I think the highest install is somewhere in the 2gb area now?
Basically, anywhere from 110 mb to about 2 gb.
It's a free to play gatcha game from Nintendo based around the long running Fire Emblem franchise.
It has very good drop rates for rare characters and the combat mechanics are a lot of fun with Yu-Gi-Oh levels of mechanics and counter-mechanics.
You play as a summoner who has been isekai'd to a world called Askr in order to summon heroes from other worlds to defend it. Your character was recently given a combat role in certain content and gets a special weapon and can copy any non-unique skill from your units.
The subscription gives you rare units every month, as well as other rewards. Also the ability to re-do turns in certain content.
>Only Nintendo won't include them in the future imo
Huh? They already offer lots of 'micro'transactions. And don't forget Amiibo or their mobile gacha games.
Lien store: https://play.google.com/store/apps/details?id=com.nintendo.zaba
~~Lien store: https://play.google.com/store/apps/details?id=air.com.midjiwan.polytopia~~
EDIT: C'est mieux avec le vrai lien
I don't really play mobile games, but I have spent a lot of time in Fire Emblem Heroes (IOS/Android). The gameplay is solid, it's generous with it's paid currency, and it has some lovely art. I am personally a fan of the FE series, but I've encountered many players who are not, and just enjoy the game because it is a good mobile game.
I've also had quite a bit of fun on Kingdom Rush, various emulation apps, and some ports like FF titles, SW:KOTOR, and Xcom.
Though if you really want to game on the go, get a dedicated machine. The Nintendo Switch is fantastic for this, combining portability and home system.
Haven't spent any money, still playing almost every day because its still fun.
Also PokeMMO should be available for smartphones by now if i'm not mistaken.
Probably not compatible
https://play.google.com/store/apps/details?id=com.nintendo.zaba&hl=en If you're logged into your Google account, you can click on the link to see which of your devices FeH is compatible with
Really? This Page says that it requires 4.2 and up.
Edit: You just have to download it on APKMirror and install the APK itself.
oh, that worked. I couldnt get it from my phone but going to https://play.google.com/store/apps/details?id=com.nintendo.zaba&rdid=com.nintendo.zaba got it. It seems to be 'compatible' with mine (I have a Galaxy S5)
Find a big project that you want to do, break it down into manageable pieces, and then do them. To elaborate:
Find something big to do. This could be making you own fancy website with back end stuff and everything, making a video game, making rudimentary html/css web browser, or a media player/streamer à la [Kodi](https://en.wikipedia.org/wiki/Kodi_(software\)). It doesn't have to be new, unique, or in anyway special. It can even be a copy of something else-- my first big project was a remake of Fire Emblem Heroes (FEH) for PC, using all the same artwork, audio files, and intellectual property as the original.
Define the scope of the project. What features do you need? What do you want? What is and isn't feasible? You should also consider any timetable you might have. If you want to get it done in the near future, don't set out to build a whole new operating system with programs and everything. For me, I looked at FEH, and split it up into three primary systems: gameplay, character management, and gacha. I decided to focus on the gameplay, and that if I wanted to add the character management and gacha systems, I could always do it after.
Determine what you will need to complete the project. This includes languages, libraries, files, and other skills. For me, I knew that all the artwork and audios would come from the original game, and I also knew I wanted to use C++. I would need a graphics library. I'm the type of person who, when presented with many options, will spend too much time researching and fail to actually get anything done, so I limited myself to a single day and went with what I felt strongest about at the end of that day, Irrlicht. Beyond that, I knew I would have to learn more about things like templates and metaprogramming.
Make an design outline for the project. Figure out what the big moving parts are and how they connect-- you don't need to go into specifics on the different parts, but be very detailed on how they interact. This will generally include a list of classes, functions, and at least one diagram of the main flow in the program (the diagram doesn't have to be detailed, or have lots of words. it can be really big picture). I skipped this step and paid for it. I wanted to just jump right in, so I started working on the different interfaces. I had to go back multiple times and add/change lots of things because I forgot or didn't realise that certain mechanisms would need pieces of data that I wasn't passing along or never had in the first place. It is very important to figure all of this out ahead of time, to save yourself the pain of realising you need to scrap potentially dozens of hours of work (depending on when you catch your oversights) just because you wanted to jump right in.
Choose a part, break it down, do it, repeat. This is where the actual coding and learning comes in. Choose one of the big parts your detailed in the previous step, and break down into smaller parts and more defined structures. Figure out what knowledge you need get the smaller parts to work, and learn it. Then make the part. Continue until the whole part is completed, and then move on to a different part. Once you complete each small/big part, make sure it works by itself and with other parts. Keep testing compatibility as you go, and understand that sometimes you need to change design aspects when they don't work in real life.
Congratulations! You've just completed a real world project, and learned a real world workflow at the same time! Keep making more projects using the same workflow, but figure out what parts of the workflow you can trim down to make the process faster without compromising the quality of the end product. Don't be afraid to make mistakes, or even restart projects that you messed up really badly! You don't need push out a product to earn money, so don't keep moving forward if something clearly isn't working.
A few more things you should do after your design outline but before you start working:
Make sure you have a proper IDE. All the CS courses I know tell you either not to use an IDE, or to use the single option endorsed by the school. Don't assume that their option is the best one, especially when writing in languages that the school doesn't focus on. I like Visual Studio Community, because it's the best for the languages I work with the most (C++, C#). Don't be afraid to try multiple different ones at first, but make sure you settle on one before you begin coding your project. Also, things like Visual Studio Code, Sublime, and Atom don't count as IDEs. They're text editors. That's not to say they are bad, but they aren't suited for big projects. In the same way, they're much better than full IDEs when comes to single files or other small projects. Want to make a website using html, css, and maybe a little javascript? Use a text editor. Want to include backend? use an IDE.
Figure out how the language and IDE you want to use handles multiple files. If most of the stuff you've done before now is really small level projects, you might not know the best way to handle this. Each big part should have at least one file to itself, usually multiple. If you don't know how to organise everything, go to github and look at popular projects in that language (actual projects, not tutorials or guides or anything like that). You can ignore the extra stuff, but look at the folders and file names, and the amount of different things inside each file. Get a sense of what deserves its own file, and what doesn't.
Some more things you should do when you feel ready:
Learn Git. You don't have to learn everything thing about git right away, but I recommend creating a github account (if you haven't already) and finding a github plugin for your IDE once you start your first project. Learn how to push and pull your code using your IDE, so you can backup and save your project without worrying about losing it. Once you feel comfortable, learn more about forking and other features of git.
Once you feel pretty comfortable with everything else-- at least partway through your first project, but more likely on your second or third big project-- learn how unit testing works. Find a good unit testing suite in your language, and learn how to use it. Get comfortable building and running unit tests, as they're very important to the development process in many workplaces. They help catch bugs and other errors that you don't want to manually check for every time you change something.
Once you've got a solid grasp on all parts of the language, find popular general-use libraries or frameworks for that language and learn how to use them, either in small or big projects. Things like [Boost](https://en.wikipedia.org/wiki/Boost_(C%2B%2B_libraries\)) for C++, jQuery for JavaScript, or Apache Commons for Java. By now you've likely seen a number of answers on StackOverflow saying "this is how you do it using [X] library". That library is probably a good starting point.
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
Por fin el Fire Emblem Heroes está en Google Play criollo!
Ahora podré dejar de lesear con apk mirror ��
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
Nintendo's Fire Emblem Heroes was pretty fun. Lately I've been playing Love Nikki Dress up Queen and Mr Love Queen's Choice (the latter being a fun narrative but not so great game).
Hop is an arcade style game I really enjoyed.
Mystic Messenger is so ruthlessly addicting and good that I had to stop playing because it was wrecking my life.
Spyfall is a great party game to play with friends.
Hopefully that's a bit of variety to show you what kinds of games are on mobile. I've played all of these games without paying a cent, and they're all excellent.
To break it down, Otomes like Mr Love and Mystic Messenger usually aren't localized for consoles despite there being quite a few of them. Dress up games like Love Nikki were left behind with the DS/3DS (the one that comes to mind is Style Savvy). Whereas arcade style games like Hop just aren't around anymore because they aren't worth the $40-$60 price tag to get AAA versions.
DS had a lot of games I really enjoyed. Harvest Moon, Animal Crossing, Lost in Blue, Style Savvy, Princess Debut. 3DS had quite a lot of these games getting new entries. And then.... nothing for switch.
There's a lot of problems with mobile games, mainly that they're so prone to predatory practices, and they're often limited compared to what console titles could achieve. Likewise a lot of the mobile game formulas are kinda annoying. Limited input definitely makes games end up suffering as a result.
So given all of that, what games are there for me on switch? Animal Crossing looks great. And ofc the zeldas are something I enjoy. There's a few indie titles that are usually like $10-20 and while they seem nice it's hard to justify the cost.
I don't at all care about games like daemon x machina. Pokemon I enjoy every now and again but it really feels like I'm not really the main audience there as they keep taking away features that I found cool/fun, and the gameplay has gotten stale after 20 years.
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/shittierpostemblem: The new and improved r/shitpostemblem under new management
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
Here is a link to the Google play store page https://play.google.com/store/apps/details?id=com.nintendo.zaba
The URL is https://play.google.com/store/apps/details?id=com.nintendo.zaba . It might give you some hint about what's going on.
This was the closest tag I could think of for this thread
You can see the icon here https://play.google.com/store/apps/details?id=com.nintendo.zaba
You may also try Fire Emblem Heroes for some variety. https://play.google.com/store/apps/details?id=com.nintendo.zaba
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
Google Play as well: https://play.google.com/store/apps/details?id=com.nintendo.zaba&hl=en
LET THE DATAMINE COMMENCE
Fire Emblem Heroes Play Store link
The google play store showcases this wider resolution format in the screenshots. https://play.google.com/store/apps/details?id=com.nintendo.zaba&hl=en
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
/r/fireemblem: A subreddit to discuss the Fire Emblem series of games, and associated media.
Fire Emblem is a fantasy tactical role-playing video game franchise developed by Intelligent Systems and published by Nintendo. The Fire Emblem series is well known for its innovation and for being one of the first Eastern style tactical role-playing games, with a strong emphasis on Western forms of medieval folklore. The series currently spans 14 games, a crossover title and a mobile game.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
It's running fine on my ancient Samsung Galaxy S4. The link's here.
/r/FireEmblemHeroes
A subreddit dedicated to Nintendo's latest mobile game. Fire Emblem Heroes is available worldwide on iOS and Android.
[QUESTIONS](/r/FireEmblemHeroes/search?q=%22Daily+Question+Thread%22&restrict_sr=on&sort=new&t=all#questions)
[MEMES](/r/FireEmblemHeroes/search?q=flair%3A%27Doing_Their_Best%27+OR+flair%3A%27Disgusting.%27&restrict_sr=on&sort=new&t=all#memes)
Be respectful of others and their opinions. Follow reddiquette.
No encouraging hacking or cheating. We do not allow download links from unofficial sources (APKs, Emulators, etc.) as it's against the terms of service.
No NSFW content.
Questions and gacha pulls/"achievement" posts should be posted in their respective megathreads each week.
No duplicate posting of the same topic. Ex. Posting the same news article as someone else.
No account selling/giveaways/trades. This is against the game's terms of service and will not be allowed on the subreddit.
No posts that do not offer or contribute to any discussion on the subreddit (low-effort posts removed at mod discretion). [Clarification](/r/FireEmblemHeroes/wiki/loweffortcontentrule).
Type !Stats(hero's name) to receive the stats of any character.
(Examples: !StatsAnna, !StatsRobin(F), !StatsTiki(Young) )
Spoiler tags are now implemented! Typing:
[FE4](#s "This is a spoiler.")
gives you: [FE4](#s "This is a spoiler.")
Discussion of plot details from any game in the series should be appropriately spoiler-tagged.
>Availability: Now - March 30
>[](/r/nintendo)[](/r/casualnintendo)[](/r/nintendomusic)[](/r/amiibo)[](/r/MyNintendo)[](/r/NintendoSwitch)[](/r/wiiu)[](/r/3ds)[](/r/gamecube)[](/r/n64)[](/r/snes)[](/r/gameboy)[](/r/nes)[](/r/eshop)[](/r/nintendofriends)[](/r/mario)[](/r/donkeykong)[](/r/zelda)[](/r/metroid)[](/r/kirby)[](/r/starfox)[](/r/pokemon)[](/r/earthbound)[](/r/fireemblem)[](/r/xenoblade_chronicles)[](/r/animalcrossing)[](/r/pikmin)[](/r/mariokart)[](/r/smashbros)[](/r/splatoon)[](/r/NintendoLatam)[](/r/nintendocanada)[](/r/NintendoUK)[](/r/NintendoNY)[](/r/SuperMarioRun)[](/r/Miitomo)[](/r/PokemonGo)[](/r/PokemonDuel)[](/r/TheSilphRoad)[](/r/PokemonShuffle)
Browse these all at once or browse the full directory [here.](/r/nintendo/wiki/resources/subreddits)
Announcements: |Spring Banner Megathread | Skill Inheritance Megathread | Blazing Sword Banner Megathread | State of the Subreddit | Friend Thread | Stats Table | Battle Calculator | Complete Skill Chains at 4 Stars | Duel Simulator
[](#/RES_SR_Config/NightModeCompatible)
^(Bot created by /u /el_loke - )^Feedback
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/fireemblem: A subreddit to discuss the Fire Emblem series of games, and associated media.
Fire Emblem is a fantasy tactical role-playing video game franchise developed by Intelligent Systems and published by Nintendo. The Fire Emblem series is well known for its innovation and for being one of the first Eastern style tactical role-playing games, with a strong emphasis on Western forms of medieval folklore. The series currently spans 14 games, a crossover title and a mobile game.
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
Sakura's in the game. She's in the pictures from the google play website. Would've been nice to see her in the trailer though.
I wouldn't put it past them but just incase here's the link for the fire emblem pre register
https://play.google.com/store/apps/details?id=com.nintendo.zaba
Should be the first result if you search for "Fire Emblem".
Otherwise, try this link: https://play.google.com/store/apps/details?id=com.nintendo.zaba
Fire Emblem Heroes | 4.5 ⭐️ | Free with IAP | Varies with device |
DRAGON QUEST TACT | 4.3 ⭐️ | Free with IAP | 221MB |
^(Legend: |🏠: Family Library| ▶️: Play Pass|)
|Feedback|PunyDev|
Fire Emblem Heroes - 4.2 rating - Free with IAP - Search manually
FFBE WAR OF THE VISIONS - 4.1 rating - Free with IAP - Search manually
|Feedback|PunyDev|Lonerzboy|
Fire Emblem Heroes | 4.3 rating | Free with IAP | 5,000,000+ downloads | Search manually
> Nintendo's hit strategy-RPG Fire Emblem series, which has been going strong for more than 25 years, continues its journey on smart devices. Fight battles customized for touch screens and on-the-go play. Summon characters from across the ...
|Feedback|PunyDev|Lonerzboy|
Okay, check out those:
Fire Emblem Heroes (party RPG with a narrative):
https://play.google.com/store/apps/details?id=com.nintendo.zaba&hl=en
Mighty Quest For Epic Loot (Simplified Diablo-like RPG, can't specify more, since haven't played it yet. Should be good):
https://play.google.com/store/apps/details?id=com.ubisoft.mightyquest&hl=en
Archero (Skill based action rogue-lite. You get stronger every run.):
https://play.google.com/store/apps/details?id=com.habby.archero&hl=en
Dungeon Faster! (Rogue-lite card dungeon crawler):
https://play.google.com/store/apps/details?id=com.OOD.Game02&hl=en
Fire Emblem Heroes is also a mobile game https://play.google.com/store/apps/details?id=com.nintendo.zaba&hl=en
Subreddit: /r/FireEmblemHeroes
I had a look as I was interest as well, appears it's available on the Google Play Store.
https://play.google.com/store/apps/details?id=com.nintendo.zaba&hl=en_GB
And on iOS, I'm in the UK.
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireemblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
/r/FireEmblemHeroes
A subreddit dedicated to Nintendo's latest mobile game. Fire Emblem Heroes is available worldwide on iOS and Android.
^^For ^^help ^^with ^^gambling ^^problems ^^and ^^addictions, ^^try ^^starting ^^here.
News | Analysis |
---|---|
Discussion | Chat |
Fan Art | Humor |
Serious | Serious with Art |
Talk Only | Fun |
No Memes | No Fan Art |
<strong>Moderator Posts</strong>
<strong>Reset Filters</strong>
Be respectful of others and their opinions. Follow reddiquette.
No encouraging hacking or cheating. We do not allow download links from unofficial sources (APKs, Emulators, etc.) as it's against the terms of service.
Posts and comments must adhere to our Explicit Content Guidelines.
Questions and gacha pulls/"achievement" posts should be posted in their respective megathreads each week (or you can use the "Quick Question" flair for your easier questions).
No account selling/giveaways/trades. This is against the game's terms of service and will not be allowed on the subreddit.
No reposts or text posts that do not offer or contribute to any discussion on the subreddit. Unit Build posts must be submitted as a text post with a description. Low effort shitposts such as white text memes or reaction images that have nothing to do with Fire Emblem Heroes will be removed. Other low-effort posts may be removed at mod discretion.
Fan Art posts should include the source author in the title or comments, or indicate that the artwork is original content. If the source author is unknown, you must notate this in a comment and link to where you found the artwork. Along with this, no fan art of characters not in FEH is allowed unless a character from FEH is also in said art.
Spoilers should be hidden with spoiler tags. Malicious attempts to spoil other users will result in a ban. This includes spoilers for any game in the series.
Spoiler tags are now implemented! Typing:
[FE4](#s "This is a spoiler.")
gives you: [FE4](#s "This is a spoiler.")
Discussion of plot details from any game in the series should be appropriately spoiler-tagged.
★ ☆
Grand Hero Battle Revival: Narcian
>Availability: Now - September 7 @ 6:59 AM GMT
Turn Limit
>Availability: Now - September 10 @ 6:59 AM GMT
Seth/Innes/Amelia/Tana/Legion
Eliwood/Setsuna/Subaki/Wrys/Alfonse ��
Brave Heroes
Roy (Brave)/Lucina (Brave)/Ike (Brave)/Lyn (Brave)
>Availability: Now - September 15 @ 6:59 AM GMT
CYL Top 8 (Block A)
Roy/Ike/Chrom/Hector
>Availability: Now - September 9 @ 6:59 AM GMT
CYL Top 8 (Block B)
Lyn/Tharja/Lucina/Camilla
>Availability: Now - September 9 @ 6:59 AM GMT
Heroes with Blade Skills
Odin/Nino/Tharja
>Availability: Now - September 9 @ 6:59 AM GMT
Post a comment with <"name of hero/skill/weapon/seal">
Examples: <Anna>, <Summer Robin>, <Vantage>, <Sapphire Lance>
>[](/r/nintendo)[](/r/casualnintendo)[](/r/nintendomusic)[](/r/amiibo)[](/r/MyNintendo)[](/r/NintendoSwitch)[](/r/wiiu)[](/r/3ds)[](/r/gamecube)[](/r/n64)[](/r/snes)[](/r/gameboy)[](/r/nes)[](/r/eshop)[](/r/nintendofriends)[](/r/mario)[](/r/donkeykong)[](/r/zelda)[](/r/metroid)[](/r/kirby)[](/r/starfox)[](/r/pokemon)[](/r/earthbound)[](/r/fireemblem)[](/r/xenoblade_chronicles)[](/r/animalcrossing)[](/r/pikmin)[](/r/mariokart)[](/r/smashbros)[](/r/splatoon)[](/r/nintendocanada)[](/r/NintendoUK)[](/r/NintendoNY)[](/r/SuperMarioRun)[](/r/MagikarpJump)[](/r/Miitomo)[](/r/PokemonGo)[](/r/PokemonDuel)[](/r/TheSilphRoad)[](/r/PokemonShuffle)
Browse these all at once or browse the full directory [here.](/r/nintendo/wiki/resources/subreddits)
[](#/RES_SR_Config/NightModeCompatible)
^(Bot created by /u /el_loke - )^Feedback
/r/FireEmblemHeroes
A subreddit dedicated to Nintendo's latest mobile game. Fire Emblem Heroes is available worldwide on iOS and Android.
^^For ^^help ^^with ^^gambling ^^problems ^^and ^^addictions, ^^try ^^starting ^^here.
News | Analysis |
---|---|
Discussion | Chat |
Fan Art | Humor |
Serious | Serious with Art |
Talk Only | Fun |
No Memes | No Fan Art |
<strong>Moderator Posts</strong>
<strong>Reset Filters</strong>
Be respectful of others and their opinions. Follow reddiquette.
No encouraging hacking or cheating. We do not allow download links from unofficial sources (APKs, Emulators, etc.) as it's against the terms of service.
Posts and comments must adhere to our Explicit Content Guidelines.
Questions and gacha pulls/"achievement" posts should be posted in their respective megathreads each week (or you can use the "Quick Question" flair for your easier questions).
No account selling/giveaways/trades. This is against the game's terms of service and will not be allowed on the subreddit.
No reposts or text posts that do not offer or contribute to any discussion on the subreddit. Unit Build posts must be submitted as a text post with a description. Low effort shitposts such as white text memes or reaction images that have nothing to do with Fire Emblem Heroes will be removed. Other low-effort posts may be removed at mod discretion.
Fan Art posts should include the source author in the title or comments, or indicate that the artwork is original content. If the source author is unknown, you must notate this in a comment and link to where you found the artwork. Along with this, no fan art of characters not in FEH is allowed unless a character from FEH is also in said art.
Spoilers should be hidden with spoiler tags. Malicious attempts to spoil other users will result in a ban. This includes spoilers for any game in the series.
Spoiler tags are now implemented! Typing:
[FE4](#s "This is a spoiler.")
gives you: [FE4](#s "This is a spoiler.")
Discussion of plot details from any game in the series should be appropriately spoiler-tagged.
★ ☆
Grand Hero Battle: Valter
>Availability: Now - August 29 @ 6:59 AM GMT
Turn Limit
>Availability: Now - September 10 @ 6:59 AM GMT
Seth/Innes/Amelia/Tana/Legion
Eliwood/Setsuna/Subaki/Wrys/Alfonse ��
CYL Top 8 (Block A)
Roy/Ike/Chrom/Hector
>Availability: Now - September 9 @ 6:59 AM GMT
CYL Top 8 (Block B)
Lyn/Tharja/Lucina/Camilla
>Availability: Now - September 9 @ 6:59 AM GMT
The Sacred World
Seth/Tana/Amelia/Innes
>Availability: Now - August 31 @ 6:59 AM GMT
Heroes with Blade Skills
Odin/Nino/Tharja
>Availability: Now - September 9 @ 6:59 AM GMT
Nohrian Summer
Corrin (N. Summer)/Elise (N. Summer)/Xander (N. Summer)/Leo (N. Summer)
>Availability: Now - August 31 @ 6:59 AM GMT
Post a comment with <"name of hero/skill/weapon/seal">
Examples: <Anna>, <Summer Robin>, <Vantage>, <Sapphire Lance>
>[](/r/nintendo)[](/r/casualnintendo)[](/r/nintendomusic)[](/r/amiibo)[](/r/MyNintendo)[](/r/NintendoSwitch)[](/r/wiiu)[](/r/3ds)[](/r/gamecube)[](/r/n64)[](/r/snes)[](/r/gameboy)[](/r/nes)[](/r/eshop)[](/r/nintendofriends)[](/r/mario)[](/r/donkeykong)[](/r/zelda)[](/r/metroid)[](/r/kirby)[](/r/starfox)[](/r/pokemon)[](/r/earthbound)[](/r/fireemblem)[](/r/xenoblade_chronicles)[](/r/animalcrossing)[](/r/pikmin)[](/r/mariokart)[](/r/smashbros)[](/r/splatoon)[](/r/nintendocanada)[](/r/NintendoUK)[](/r/NintendoNY)[](/r/SuperMarioRun)[](/r/MagikarpJump)[](/r/Miitomo)[](/r/PokemonGo)[](/r/PokemonDuel)[](/r/TheSilphRoad)[](/r/PokemonShuffle)
Browse these all at once or browse the full directory [here.](/r/nintendo/wiki/resources/subreddits)
[](#/RES_SR_Config/NightModeCompatible)
^(Bot created by /u /el_loke - )^Feedback
Maybe Fire Emblem Heroes? https://play.google.com/store/apps/details?id=com.nintendo.zaba or The Banner Saga https://play.google.com/store/apps/details?id=air.com.stoicstudio.BannerSaga
I can't stop playing Fire Emblem Heroes
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
/r/FireEmblemHeroes
A subreddit dedicated to Nintendo's latest mobile game. Fire Emblem Heroes is available worldwide on iOS and Android.
[QUESTIONS](/r/FireEmblemHeroes/search?q=%22Daily+Question+Thread%22&restrict_sr=on&sort=new&t=all#questions)
[MEMES](/r/FireEmblemHeroes/search?q=flair%3A%27Doing_Their_Best%27+OR+flair%3A%27Disgusting.%27&restrict_sr=on&sort=new&t=all#memes)
Be respectful of others and their opinions. Follow reddiquette.
No encouraging hacking or cheating. We do not allow download links from unofficial sources (APKs, Emulators, etc.) as it's against the terms of service.
No NSFW content.
Questions and gacha pulls/"achievement" posts should be posted in their respective megathreads each week.
No duplicate posting of the same topic. Ex. Posting the same news article as someone else.
No account selling/giveaways/trades. This is against the game's terms of service and will not be allowed on the subreddit.
No posts that do not offer or contribute to any discussion on the subreddit (low-effort posts removed at mod discretion). [Clarification](/r/FireEmblemHeroes/wiki/loweffortcontentrule).
Type !Stats(hero's name) to receive the stats of any character.
(Examples: !StatsAnna, !StatsRobin(F), !StatsTiki(Young) )
Spoiler tags are now implemented! Typing:
[FE4](#s "This is a spoiler.")
gives you: [FE4](#s "This is a spoiler.")
Discussion of plot details from any game in the series should be appropriately spoiler-tagged.
>Availability: Now - April 14
>[](/r/nintendo)[](/r/casualnintendo)[](/r/nintendomusic)[](/r/amiibo)[](/r/MyNintendo)[](/r/NintendoSwitch)[](/r/wiiu)[](/r/3ds)[](/r/gamecube)[](/r/n64)[](/r/snes)[](/r/gameboy)[](/r/nes)[](/r/eshop)[](/r/nintendofriends)[](/r/mario)[](/r/donkeykong)[](/r/zelda)[](/r/metroid)[](/r/kirby)[](/r/starfox)[](/r/pokemon)[](/r/earthbound)[](/r/fireemblem)[](/r/xenoblade_chronicles)[](/r/animalcrossing)[](/r/pikmin)[](/r/mariokart)[](/r/smashbros)[](/r/splatoon)[](/r/NintendoLatam)[](/r/nintendocanada)[](/r/NintendoUK)[](/r/NintendoNY)[](/r/SuperMarioRun)[](/r/Miitomo)[](/r/PokemonGo)[](/r/PokemonDuel)[](/r/TheSilphRoad)[](/r/PokemonShuffle)
Browse these all at once or browse the full directory [here.](/r/nintendo/wiki/resources/subreddits)
[](#/RES_SR_Config/NightModeCompatible)
^(Bot created by /u /el_loke - )^Feedback
/r/FireEmblemHeroes
A subreddit dedicated to Nintendo's latest mobile game. Fire Emblem Heroes is available worldwide on iOS and Android.
| /r/FireEmblemHeroes Wiki | Wiki Help Wanted | April Update Megathread | Friend Thread | Stats Table | Battle Calculator | Complete Skill Chains at 4 Stars | Duel Simulator | Skills by Unit | SI Planer
Be respectful of others and their opinions. Follow reddiquette.
No encouraging hacking or cheating. We do not allow download links from unofficial sources (APKs, Emulators, etc.) as it's against the terms of service.
Posts and comments must adhere to our Explicit Content Guidelines.
Questions and gacha pulls/"achievement" posts should be posted in their respective megathreads each week.
No duplicate posting of the same topic. Ex. Posting the same news article as someone else.
No account selling/giveaways/trades. This is against the game's terms of service and will not be allowed on the subreddit.
No posts that do not offer or contribute to any discussion on the subreddit (low-effort posts removed at mod discretion).
Type !Stats(hero's name) to receive the stats of any character.
(Examples: !StatsAnna, !StatsRobin(F), !StatsTiki(Young) )
Type [](#heroname)
Example: [](#anna) = [](#anna)
Spoiler tags are now implemented! Typing:
[FE4](#s "This is a spoiler.")
gives you: [FE4](#s "This is a spoiler.")
Discussion of plot details from any game in the series should be appropriately spoiler-tagged.
★
**Grand Hero Battles: Robin and Navarre
[](#robinf) and [](#navarre)
>Availability: April 24 @ 12:00 AM PDT - May 4 @ 11:59 PM PDT
Daily Hero Map
[](#stahl)
[](#alm) [](#faye) [](#clair) [](#lukas) [](#navarre)
[](#cherche) [](#setsuna) [](#virion) [](#cecilia) [](#sharena)
Path of Radiance
[](#ike) [](#mist) [](#soren) [](#titania)
>Availability: April 26 @ 12:00 AM PDT - May 14 @ 11:59 PM PDT
>[](/r/nintendo)[](/r/casualnintendo)[](/r/nintendomusic)[](/r/amiibo)[](/r/MyNintendo)[](/r/NintendoSwitch)[](/r/wiiu)[](/r/3ds)[](/r/gamecube)[](/r/n64)[](/r/snes)[](/r/gameboy)[](/r/nes)[](/r/eshop)[](/r/nintendofriends)[](/r/mario)[](/r/donkeykong)[](/r/zelda)[](/r/metroid)[](/r/kirby)[](/r/starfox)[](/r/pokemon)[](/r/earthbound)[](/r/fireemblem)[](/r/xenoblade_chronicles)[](/r/animalcrossing)[](/r/pikmin)[](/r/mariokart)[](/r/smashbros)[](/r/splatoon)[](/r/NintendoLatam)[](/r/nintendocanada)[](/r/NintendoUK)[](/r/NintendoNY)[](/r/SuperMarioRun)[](/r/Miitomo)[](/r/PokemonGo)[](/r/PokemonDuel)[](/r/TheSilphRoad)[](/r/PokemonShuffle)
Browse these all at once or browse the full directory [here.](/r/nintendo/wiki/resources/subreddits)
[](#/RES_SR_Config/NightModeCompatible)
^(Bot created by /u /el_loke - )^Feedback
If you open this on your phone, it will tell you if your device is compatible.
https://play.google.com/store/apps/details?id=com.nintendo.zaba
Says it's out (UK)
available on play store now
https://play.google.com/store/apps/details?id=com.nintendo.zaba&hl=en
country?
edit: nvm, https://play.google.com/store/apps/details?id=com.nintendo.zaba&rdid=com.nintendo.zaba
installing from here
~~Yep, just came out late last week on iOS/android, here~~
Coincidentally checked the Play store link also and noticed it was live.
https://play.google.com/store/apps/details?id=com.nintendo.zaba&rdid=com.nintendo.zaba&pli=1
Well, you can see the app in the app store but it isn't due for global release on Feb 2.
you can dl it through the link https://play.google.com/store/apps/details?id=com.nintendo.zaba&rdid=com.nintendo.zaba
good luck, I'll wait for my iphone release, since the game doesn't like bluestacks :(
What do you mean under interactive? Does Fire Emblem Heroes suit your request in any ways?
https://play.google.com/store/apps/details?id=com.nintendo.zaba
> Makes FEH look like a children's game.
That's because it is. Rated T for Teens.
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
Fire Emblem Heroes might fill your request a bit. But it isn't a pixel game. Just has "simplified" graphics. https://play.google.com/store/apps/details?id=com.nintendo.zaba
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/FireEmblemHeroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help
To aid mobile users, I'll link small subreddits not yet linked in the comments
/r/fireemblemheroes: A subreddit dedicated to Fire Emblem Heroes, Nintendo's 3rd mobile title released on February 2nd, 2017. The game is available worldwide on iOS and Android.
^I ^am ^a ^bot ^| ^Mail ^BotOwner ^| ^To ^aid ^mobile ^users, ^I'll ^link ^small ^subreddits ^not ^yet ^linked ^in ^the ^comments ^| ^Code ^| ^Ban ^- ^Help