.travis
|
Add Travis webhook for tools/unnamed.py
|
2020-06-28 20:23:26 -04:00 |
audio
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
constants
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
data
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
engine
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
gfx
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
home
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
macros
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
maps
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
scripts
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
text
|
Revise some map scripts, mostly for getting items
|
2020-07-16 11:19:05 -04:00 |
tools
|
'make tools' uses -pedantic
|
2020-11-06 16:23:53 -05:00 |
.gitattributes
|
Replace .tilecoll files with tile ID db data
|
2020-06-27 21:43:32 -04:00 |
.gitignore
|
Remove user system-specific files from .gitignore
|
2020-07-05 19:44:00 -04:00 |
.gitmodules
|
Remove the 'extras' submodule and include a local gfx.py tool instead
|
2018-12-31 17:37:58 -05:00 |
.travis.yml
|
rgbds has moved from rednex to gbdev
|
2020-09-15 08:36:29 -04:00 |
audio.asm
|
Some formatting changes
|
2020-10-19 20:26:35 -04:00 |
charmap.asm
|
Fix Japanese charmap: large "オ" is $84, small "ォ" is $F4
|
2020-07-05 18:56:24 -04:00 |
constants.asm
|
Define a constant for the ghost Marowak (hard-coded throughout the engine, like the starters)
|
2020-08-31 10:58:41 -04:00 |
home.asm
|
Move all code out of home.asm into home/
|
2020-07-07 19:43:11 -04:00 |
hram.asm
|
Sync more with pokeyellow
|
2020-11-05 16:55:39 -05:00 |
INSTALL.md
|
Fix #296 and #297: update the install instructions
|
2020-10-30 11:30:39 -04:00 |
layout.link
|
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
|
2020-07-21 19:46:12 -04:00 |
macros.asm
|
Eliminate enum: use const instead, with case-by-case parallel const implementations
|
2020-07-09 12:43:26 -04:00 |
main.asm
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |
Makefile
|
Separate splash screen, intro, and credits (like pokegold/pokecrystal)
|
2020-08-28 09:54:57 -04:00 |
maps.asm
|
data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects
|
2020-07-03 18:19:56 -04:00 |
README.md
|
Disassemble the BLUEMONS.GB debug ROM
|
2020-07-15 13:35:39 -04:00 |
rgbdscheck.asm
|
rgbdscheck requires 0.4.1
|
2020-07-27 08:32:37 -04:00 |
roms.sha1
|
Disassemble the BLUEMONS.GB debug ROM
|
2020-07-15 13:35:39 -04:00 |
sram.asm
|
Remove RAM address comments
|
2020-06-27 23:03:39 -04:00 |
text.asm
|
Names for more SECTIONs
|
2020-07-07 14:45:24 -04:00 |
vram.asm
|
Use labels for HRAM and VRAM
|
2020-07-06 21:13:17 -04:00 |
wram.asm
|
Fix file modes
|
2020-11-14 20:52:10 -06:00 |