mid-kid
|
89c47f2170
|
Ignore tools/stadium
|
2020-07-24 14:32:25 +02:00 |
|
Rangi
|
88cbdb48cf
|
Merge pull request #751 from Rangi42/master
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
|
2020-07-23 23:54:36 -04:00 |
|
Rangi
|
2c5055f610
|
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
|
2020-07-23 23:49:17 -04:00 |
|
Rangi
|
dd369f3199
|
Move EngineFlags and SpecialsPointers into data/engine/
|
2020-07-22 20:24:53 -04:00 |
|
Rangi
|
11dc805de0
|
Revert "Factor out tables into data/overworld/"
This reverts commit b5a7e7de3e .
|
2020-07-22 20:21:26 -04:00 |
|
Rangi
|
b5a7e7de3e
|
Factor out tables into data/overworld/
Fixes #749
|
2020-07-22 15:22:58 -04:00 |
|
Rangi
|
212846af57
|
Treat map setup commands like trade script commands
Fixes #736
|
2020-07-22 13:37:43 -04:00 |
|
Rangi
|
b17255fe3f
|
tools/unnamed.py supports rgbds 0.4.1 object files
|
2020-07-22 09:17:10 -04:00 |
|
Rangi
|
1aea38fd3e
|
Merge pull request #745 from Rangi42/master
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
|
2020-07-22 09:11:19 -04:00 |
|
Rangi
|
bb25c1074c
|
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
|
2020-07-21 19:45:25 -04:00 |
|
Rangi
|
d96f914315
|
Define JOHTO_FLYPOINT like KANTO_FLYPOINT
|
2020-07-21 12:15:14 -04:00 |
|
Rangi
|
a9941e28cc
|
Define NUM_FLYPOINTS
|
2020-07-21 11:48:39 -04:00 |
|
Rangi
|
fc99117d88
|
" " → $7f
|
2020-07-21 11:12:56 -04:00 |
|
Rangi
|
de073374a6
|
Port pokered's more local system for trade animation scripts
Also factor out trade tilemaps
|
2020-07-17 16:53:22 -04:00 |
|
Rangi
|
59d9932255
|
SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE
|
2020-07-17 13:01:48 -04:00 |
|
Rangi
|
ef452ccbc7
|
return → endcallback, reloadandreturn → reloadend
|
2020-07-17 08:37:03 -04:00 |
|
Rangi
|
2e8b4836b0
|
Fix tools/unnamed.py
|
2020-07-13 20:54:33 -04:00 |
|
Rangi
|
eca33ef190
|
Define map setup commands as macros like other script commands
|
2020-07-13 20:44:16 -04:00 |
|
Rangi
|
d626a0dc3b
|
Merge pull request #743 from Rangi42/master
Disassemble the final English debug ROMs
|
2020-07-13 16:16:28 -04:00 |
|
Rangi
|
7580f1119b
|
Port pokegold's method of defining rgblink arguments per ROM
|
2020-07-13 16:11:59 -04:00 |
|
Rangi
|
e239aa4aba
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
Rangi
|
4fb0088440
|
Merge pull request #740 from Rangi42/master
Remove enum; add const_skip and const_next
|
2020-07-10 20:06:25 -04:00 |
|
Rangi
|
c086de0c98
|
Use const_skip and const_next macros for brevity
|
2020-07-10 20:03:46 -04:00 |
|
Rangi
|
6ca82e5c86
|
Eliminate enum: use const instead, with case-by-case parallel const implementations
|
2020-07-08 15:30:23 -04:00 |
|
Rangi
|
9e4a00af45
|
Get all unnamed symbols with make DEBUG=1
|
2020-07-07 21:09:05 -04:00 |
|
Rangi
|
43a9295789
|
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 |
|
Rangi
|
ddf1163a21
|
Define SERIAL_PREAMBLE_LENGTH
|
2020-07-06 15:49:01 -04:00 |
|
Rangi
|
b3bd682366
|
text_linkpromptbutton -> text_waitbutton
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
|
2020-07-06 12:55:31 -04:00 |
|
Rangi
|
6cdcde8b49
|
Sync README.md with pokered and pokegold
|
2020-07-05 19:07:27 -04:00 |
|
Rangi
|
7d93b9cb09
|
Sync .gitignore with pokered and pokegold
|
2020-07-05 19:00:57 -04:00 |
|
Rangi
|
7eef66af3f
|
Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalc
Also make .gitignore consistent with pokered
|
2020-07-05 15:12:53 -04:00 |
|
Rangi
|
f5ac9b0eb7
|
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
|
2020-07-04 16:18:16 -04:00 |
|
Rangi
|
26d764de5d
|
Use STRCMP, not ==, to compare multi-character strings
|
2020-07-02 11:46:30 -04:00 |
|
Rangi
|
fce6243b43
|
Identify more labels, and use the jumptable macro when possible
|
2020-07-01 13:13:49 -04:00 |
|
Rangi
|
e171c84c29
|
Identify more labels and constants
|
2020-06-29 19:35:47 -04:00 |
|
Rangi
|
f2efda1f68
|
Identify more unnamed labels
|
2020-06-29 12:25:58 -04:00 |
|
Rangi
|
022f9e6af1
|
Reformat gfx/trade/game_boy.png and fix tools/gfx --preserve
|
2020-06-28 19:56:06 -04:00 |
|
Rangi
|
a0e8e5ac5b
|
Merge pull request #737 from aaaaaa123456789/master
Fix an uninitialized read bug in lzcomp
|
2020-06-28 04:26:51 -04:00 |
|
aaaaaa123456789
|
5e99f9390a
|
Fix lzcomp flags after fixing uninitialized read bug
|
2020-06-28 05:23:09 -03:00 |
|
aaaaaa123456789
|
267352c4d8
|
Update lzcomp
|
2020-06-28 05:20:05 -03:00 |
|
Rangi
|
73d20afd15
|
Use pokepret account for committing to symbols branch
|
2020-06-22 17:25:42 -04:00 |
|
Rangi
|
61847b3596
|
Identify some more labels
|
2020-06-22 16:30:13 -04:00 |
|
Rangi
|
e0d07fba3f
|
Sync PokeFluteTerminator with pokegold
|
2020-06-21 19:01:54 -04:00 |
|
Rangi
|
c3c18dd196
|
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
|
2020-06-21 18:33:31 -04:00 |
|
Rangi
|
91774f206e
|
Replace "Unreferenced" labels with "; unreferenced" comments
|
2020-06-21 16:27:43 -04:00 |
|
Rangi
|
98af69691d
|
Remove some more raw addresses
|
2020-06-21 12:21:47 -04:00 |
|
Rangi
|
9433b5a752
|
Remove RAM address comments
|
2020-06-20 23:03:40 -04:00 |
|
Rangi
|
273324e787
|
pushd/popd are bash-only
|
2020-06-20 22:44:01 -04:00 |
|
Rangi
|
fcaaf45da5
|
Travis should upload .sym files to the symbols branch
|
2020-06-20 22:39:45 -04:00 |
|
Rangi
|
ac0025064f
|
Identify some more Unknown labels
|
2020-06-20 18:52:26 -04:00 |
|