#calculator #pokemon #video-game #munchlax #honey

bin+lib honeytree-calc

DPPt Munchlax Honey Tree Calculator

3 stable releases

2.0.0 Jun 29, 2024
1.0.1 Jul 3, 2022
1.0.0 Oct 2, 2021

#1068 in Command line utilities

36 downloads per month

GPL-3.0-only

16KB
283 lines

honeytree-calc

Munchlax honey tree calculator for command-line.

Usage

To use the program interactively, execute it as a command like this:

honeytree-calc

To use the program with command line arguments, execute it as a command like this:

honeytree-calc-cli

After providing the trainer ID and secret ID, the program will output the Munchlax tree locations.

Interactive example output

DPPt Honey Tree Calculator
This program calculates the Munchlax honey trees based on the trainer's ID an SID.

Input your trainer ID (number between 0 and 65535): 12345
Input your trainer secret ID (number between 0 and 65535): 54321

Munchlax honey trees for TID 12345 and SID 54321 can be found in the following locations:
        Route 210 north
        Route 206
        Route 221
        Route 210 south

CLI example output

> honeytree-calc-cli 12345 54321
Munchlax honey trees for TID 12345 and SID 54321 can be found in the following locations:
        Route 210 north
        Route 206
        Route 221
        Route 210 south

No runtime deps