Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for Morita Shougi Advance, Doraemon, and Mobile Pro Yakyuu: Kantoku no Saihai #23

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on May 18, 2024

  1. add files for Mobile Pro Yakyuu

    if all is well, this 200.member.cgb file should just be a duplicate of the data built into the ROM. the byte in counter.cgb must be incremented each time 200.member.cgb is changed.
    Wit-MKW committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8fe897a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. add support for Morita Shogi Advance

    each level pack costs 30¥; i can't find any source on how expensive they were when the service was running.
    Wit-MKW committed May 19, 2024
    Configuration menu
    Copy the full SHA
    dbde784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db40844 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    2bd000d View commit details
    Browse the repository at this point in the history
  2. fix EX Monopoly (1/3)

    GitHub Desktop is giving me hell, so individual uploads will have to do.
    Wit-MKW committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    809a1e8 View commit details
    Browse the repository at this point in the history
  3. fix EX Monopoly (2/3)

    Wit-MKW committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e0f9350 View commit details
    Browse the repository at this point in the history
  4. fix EX Monopoly (3/3)

    Wit-MKW committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    20a39a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    b9cef31 View commit details
    Browse the repository at this point in the history
  2. delete automatic newline

    this website's great.
    Wit-MKW committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7099473 View commit details
    Browse the repository at this point in the history
  3. okay, but for real this time

    my gods.
    Wit-MKW committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d41b723 View commit details
    Browse the repository at this point in the history
  4. fix 200.member.cgb

    complete with ranking letters! see the Discord server for a Python script to create & edit this file. (`counter.cgb` next to it just needs to have its byte incremented on every `200.member.cgb` update.)
    Wit-MKW committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    eb5e608 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Update 200.member.cgb

    i ought not to be trusted with anything.
    Wit-MKW committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4ae9e90 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. add MIT licence to EX Monopoly files

    i checked: i created them all, and am the only person to have edited any.
    Wit-MKW committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4fdd438 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    3ff0699 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. add support for Zen Nihon GT Senshuken

    ghost uploads, as you probably know, are realised as emails to a blank destination address. the email has headers "X-Game-code: AGB-AGTJ-00" & "X-Game-title: GT-CHAMP", and the ghost data itself is an attachment named "gtent00.cgb" through "gtent06.cgb"; its format is 32 bytes for the user's email address, then 0x2F90 bytes in the same format as ghost.cgb, then a 4-byte little-endian byte-sum of the whole thing. the ghost ID is little more than a byte-sum itself, so if a ghost already exists with the same ID, you might consider adding multiples of 0x400000 until you get a unique ID.
    Wit-MKW committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f0b42c0 View commit details
    Browse the repository at this point in the history
  2. allow AGTJ input data to be NULL

    because who wants to waste 12 KB?
    Wit-MKW committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7bc2a9c View commit details
    Browse the repository at this point in the history