.travis
|
Use pokepret account for committing to symbols branch
|
2020-06-22 17:25:42 -04:00 |
audio
|
Label some audio commands as unused
|
2020-08-03 22:56:49 +02:00 |
constants
|
Consistent constants for radio data table sizes (could still be better)
|
2020-08-13 13:47:50 -04:00 |
data
|
Consistent constants for radio data table sizes (could still be better)
|
2020-08-13 13:47:50 -04:00 |
docs
|
Add a template for maps/*.asm
|
2020-08-13 14:46:35 -04:00 |
engine
|
Split engine/movie/intro.asm into itself and splash.asm
|
2020-08-27 13:59:31 +02:00 |
gfx
|
Move all splash screen files to gfx/splash
|
2020-08-27 13:58:54 +02:00 |
home
|
Merge pull request #756 from mid-kid/master
|
2020-08-18 16:35:15 -04:00 |
lib/mobile
|
Eliminate enum: use const instead, with case-by-case parallel const implementations
|
2020-07-08 15:30:23 -04:00 |
macros
|
TX_NUM -> TX_DECIMAL
|
2020-08-03 23:35:18 +02:00 |
maps
|
Use def_* macros for automatic map event counts
|
2020-07-24 09:57:16 -04:00 |
mobile
|
Use TRUE for hCGBPalUpdate
|
2020-08-05 16:02:48 +02:00 |
tools
|
Ignore tools/stadium
|
2020-07-24 14:32:25 +02:00 |
.gitattributes
|
Remove empty .gitmodules
|
2020-02-23 15:15:07 -05:00 |
.gitignore
|
Sync .gitignore with pokered and pokegold
|
2020-07-05 19:00:57 -04:00 |
.travis.yml
|
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
|
2020-07-21 19:45:25 -04:00 |
audio.asm
|
Fix triple newlines left over from removing address comments
|
2018-06-24 23:22:50 -04:00 |
charmap.asm
|
Add extra japanese chars not represented as of yet
|
2020-08-03 23:35:15 +02:00 |
constants.asm
|
add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE constants, to avoid repeating the move names in tmhm_moves.asm
|
2020-07-06 16:53:05 -04:00 |
FAQ.md
|
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
|
2020-07-21 19:45:25 -04:00 |
home.asm
|
Create home/header.asm
|
2020-02-23 14:28:21 +01:00 |
hram.asm
|
TX_NUM -> TX_DECIMAL
|
2020-08-03 23:35:18 +02:00 |
INSTALL.md
|
Update Arch install instructions
|
2020-08-07 04:40:27 +00:00 |
layout.link
|
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
|
2020-07-23 23:49:17 -04:00 |
macros.asm
|
Treat map setup commands like trade script commands
|
2020-07-22 13:37:43 -04:00 |
main.asm
|
Split engine/movie/intro.asm into itself and splash.asm
|
2020-08-27 13:59:31 +02:00 |
Makefile
|
'make clean' reuses 'make tidy' commands
|
2020-08-11 14:14:33 -04:00 |
README.md
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
rgbdscheck.asm
|
rgbdscheck requires 0.4.1
|
2020-07-27 08:32:19 -04:00 |
roms.sha1
|
Port pokegold's method of defining rgblink arguments per ROM
|
2020-07-13 16:11:59 -04:00 |
sram.asm
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
STYLE.md
|
HRAM style
|
2018-08-26 17:52:19 -04:00 |
vram.asm
|
Lowercase v for VRAM addresses
|
2017-12-28 13:32:33 +01:00 |
wram.asm
|
wBattleScriptFlags is one byte
|
2020-08-21 16:03:15 -04:00 |