Skip to content

Commit

Permalink
Add ASM cheatsheet (#68)
Browse files Browse the repository at this point in the history
* ci: run i18helpers and extract source po

* ci: move po extraction step

* had to fix branch issues.
re-doing the cheatsheet branch for a clean PR

* Update src/cheatsheet.md

Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>

* Update src/cheatsheet.md

Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>

* Update src/cheatsheet.md

Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>

* moving cheatsheet to the bottom

* adding more pandocs links
removing wait until vblank over

* Update src/cheatsheet.md

Co-authored-by: Antonio Vivace <avivace4@gmail.com>

* Update src/cheatsheet.md

Co-authored-by: Antonio Vivace <avivace4@gmail.com>

* moving background notes below snippet

* Update src/cheatsheet.md

* Update src/cheatsheet.md

* Update src/cheatsheet.md

* fixing micc title
finishing save data
changing rand text per suggestion

* fixing disable typo

* Changing note to text for save data.
Completing save task list

* Update src/cheatsheet.md

Co-authored-by: Antonio Vivace <avivace4@gmail.com>

* Update src/cheatsheet.md

Co-authored-by: Antonio Vivace <avivace4@gmail.com>

* Update src/cheatsheet.md

Co-authored-by: Antonio Vivace <avivace4@gmail.com>

* Update src/cheatsheet.md

Co-authored-by: Antonio Vivace <avivace4@gmail.com>

* Update src/cheatsheet.md

Co-authored-by: Antonio Vivace <avivace4@gmail.com>

* Update src/cheatsheet.md

Co-authored-by: Antonio Vivace <avivace4@gmail.com>

* turning recommend text blocks into custom containers

* Use custom containers for "note" blocks, change chapter titles, formatting

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Damian Yerrick <git@pineight.com>

* Update src/cheatsheet.md

Co-authored-by: Evie <14899090+eievui5@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Evie <14899090+eievui5@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Evie <14899090+eievui5@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Evie <14899090+eievui5@users.noreply.github.com>

* Apply suggestions from evie's code review

Co-authored-by: Evie <14899090+eievui5@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>

* Update src/cheatsheet.md

Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>

* changing turn on/off the lcd section title
making verb vs verbing titles consistent

* fixing broken turn on/off window/background links

* removing mention of off constants

* updating rgbds docs version

* removing hardcoded rgbds docs versions

* changing enable tall sprites verbiage

* Update src/cheatsheet.md

Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>

* Update src/cheatsheet.md

Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>

---------

Co-authored-by: Antonio Vivace <avivace4@gmail.com>
Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>
Co-authored-by: Damian Yerrick <git@pineight.com>
Co-authored-by: Evie <14899090+eievui5@users.noreply.github.com>
Co-authored-by: Quinn <3379314+quinnyo@users.noreply.github.com>
  • Loading branch information
6 people committed Mar 5, 2024
1 parent d52e461 commit d3f93b5
Show file tree
Hide file tree
Showing 3 changed files with 791 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-and-deploy.yml
Expand Up @@ -5,6 +5,7 @@ on:

env:
MDBOOK_LINKCHECK_VER: 0.7.4
MDBOOK_OUTPUT: '{"xgettext": {"pot-file": "messages.pot"}}'

jobs:
build:
Expand All @@ -19,6 +20,14 @@ jobs:
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: latest

- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Install i18n-helpers
working-directory: gb-asm-tutorial/
run: cargo install --path i18n-helpers

- name: Install static-sitemap-cli
run: npm install static-sitemap-cli
Expand Down Expand Up @@ -56,6 +65,10 @@ jobs:
run: |
cd gb-asm-tutorial/book/custom/
npx sscli --no-clean --base https://gbdev.io/gb-asm-tutorial
- name: Extract source for translations
working-directory: gb-asm-tutorial/
run: mdbook build -d po

- name: Store final build
uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions src/SUMMARY.md
Expand Up @@ -54,5 +54,6 @@


[Where to go next](next.md)
[Cheatsheet](cheatsheet.md)
[Resources](resources.md)
[Thanks](thanks.md)

0 comments on commit d3f93b5

Please sign in to comment.