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

bank03.asm Function Descriptions & Translations #110

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2023

  1. bank03.asm Function Descriptions & Translations

    Comments added to many functions and text strings that were not fully disassembled. Also translated to some of the text within the file related to the functions that have been researched.
    tdadvocate committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    855a643 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Update bank03.asm

    Beginning to rename functions/text names to match gold/yellow/red depending on which final game was closest to the code/text in the demo. Also updating/adding some translations.
    tdadvocate committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ece4504 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Update bank03.asm

    Continuing to rename functions/text names to match gold/yellow/red depending on which final game was closest to the code/text in the demo. Also updated/added some more translations.
    tdadvocate committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    12baccb View commit details
    Browse the repository at this point in the history
  2. Update bank03.asm - Missed One

    Missed this change in the last commit since I apparently didn't save the file. Whoops. Last commit for this session.
    tdadvocate committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ea55c14 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Adding the setup instructions from my personal story mode patch fork so that more new devs can maybe attempt to assist with the disassembly further. This README may change down the road to be more in-line with the main PRET repo to see if they possibly allow me to merge the Build Instructions section to their README to help the project continue to grow.
    tdadvocate committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4e9baa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. bank03.asm Func/Data/Text Names

    Adding a hopefully relatively consistent naming scheme for some more func/data/text that was not previously named. Trying to keep consistent with final Gold/Yellow/Red  naming schemes as much as possible. This should hopefully be the final bits of what was necessary for the pull request to the PRET repo.
    tdadvocate committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    41fbbf8 View commit details
    Browse the repository at this point in the history
  2. bank03.asm 2 Reverts, Translations, & Comments

    I reverted 2 text name changes as they might be incorrect assumptions based on recent findings while continuing to translate text within the file. I also added a comment or two on some functions that I need to research further in the future when I have more time.
    tdadvocate committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    31942b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Revert "Update README.md"

    This reverts commit 4e9baa9.
    tdadvocate committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6dd17d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Revert a few function names

    Reverting a few function names that I discovered I named poorly. Will be trying to make more changes based on the feedback received by the team as soon as I can. Just want to get these few reverted for now so that I can properly research them further without reverting all of the other changes I did in a previous commit that were actually helpful.
    tdadvocate committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5eb00a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from pret/master

    Merge PRET Master Changes (More Decomp Work)
    tdadvocate committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e4d7988 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Corrections & Additions from vulcandth

    Making corrections and additional name changes based on the amazing suggestions from vulcandth.
    tdadvocate committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a88dd0e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Vulcandth bank03.asm sugggestions & build fix

    This should fix the build error as well as make the suggested corrections from Vulcandth so that it should be compatible. I hope. Lol.
    tdadvocate committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    b884744 View commit details
    Browse the repository at this point in the history