mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-21 17:45:52 -05:00
Some checks failed
CI / build (push) Has been cancelled
* Labelling Bank 0D, part 1 * Untangled math HRAM variables * Bank 10's out of the bag, I guess * Label Bank 0D, part 2, decompiled related Bank 0E functions * Fix data outside section * Finished labeling Bank 0D and connected variables and functions --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
29 lines
247 B
Plaintext
29 lines
247 B
Plaintext
# ROM
|
|
*.gb
|
|
*.sgb
|
|
*.gbc
|
|
*.sym
|
|
*.map
|
|
*.sav
|
|
*.sn*
|
|
*.rtc
|
|
!shim.sym
|
|
|
|
# build artifacts
|
|
/build
|
|
rgbdscheck.o
|
|
|
|
# build tools
|
|
tools/scan_includes
|
|
tools/pkmncompress
|
|
tools/gfx
|
|
*.exe
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# utility output
|
|
/coverage.png
|
|
|
|
# macos files
|
|
.DS_STORE
|