Commit Graph

3872 Commits

Author SHA1 Message Date
Remy Oukaour
efd91fe3db Avoid catch-all Makefile rules 2018-01-09 23:00:56 -05:00
Remy Oukaour
db763bd92e Heading 2018-01-09 22:47:17 -05:00
Remy Oukaour
f22485b08d Binary tilemaps 2018-01-09 22:44:06 -05:00
Remy Oukaour
feb34b49ba data/phone_text → data/phone/text 2018-01-09 19:51:30 -05:00
Remy Oukaour
2f0973f3e0 Clean up some hex values in map scripts 2018-01-09 18:45:25 -05:00
Remy Oukaour
fbc353f206 Replace some hex constants 2018-01-09 18:08:40 -05:00
Remy Oukaour
cc0fd6e12c CRYSTAL11 → _CRYSTAL11 2018-01-09 17:26:40 -05:00
Remy Oukaour
a8cf8979d9 Do a little cleanup towards issue #465 2018-01-09 17:20:47 -05:00
Remy Oukaour
ce50d1b2cb Clearer Battle Tower code 2018-01-09 16:55:11 -05:00
Remy Oukaour
11556196ba Consistent sine wave code formatting 2018-01-09 16:39:36 -05:00
Remy Oukaour
a849c3557b More comments
Fix some constants
2018-01-09 15:39:48 -05:00
Remy Oukaour
a3242b4ad4 Simpler comments 2018-01-09 15:23:03 -05:00
Remy Oukaour
cb92b7bbf0 Indent with tabs 2018-01-09 15:20:21 -05:00
Remy Oukaour
5a73a62d9b Move battle engine data into data/
IsJohtoGymLeader → IsGymLeader
2018-01-09 15:12:49 -05:00
Remy Oukaour
2f741dfa03 Remove old Python class names from script command param doc comments 2018-01-09 01:02:29 -05:00
Remy Oukaour
05e5eaf12f Eliminate version.asm (resolves #464) 2018-01-09 00:51:53 -05:00
Remy Oukaour
459d5d3164 default_names.asm → player_names.asm 2018-01-09 00:45:03 -05:00
Remy Oukaour
d0a8e8e744 includes.asm → constants.asm 2018-01-09 00:36:15 -05:00
Remy Oukaour
76ed8b1f37 Revert "python3 sort_map.py pokecrystal.map sorted.sym"
This reverts commit 88d32fe42c.
2018-01-09 00:30:36 -05:00
Remy Oukaour
31edd7f803 Move text/ into data/ 2018-01-09 00:23:48 -05:00
Adelaide Walter
6c5cd7a963 Simplify comments per Rangi's rec. 2018-01-08 23:07:46 -05:00
Adelaide Walter
94f32db7bc Document hardcoded SRAM addresses. 2018-01-08 22:48:58 -05:00
Adelaide Walter
d6f20ae746 Use BANK for hardcoded SRAM banks (except for vestigial refs to JP's banks 4-7) 2018-01-08 17:13:37 -05:00
Remy Oukaour
187196ff80 Macro clarifies how TimeFishGroups works 2018-01-08 15:54:58 -05:00
Remy Oukaour
2847e1d720 constants.asm and includes.asm are redundant 2018-01-07 13:18:53 -05:00
Remy Oukaour
6c20ff9e20 Reorganize some macros
* tileset data macros go atop their related files, like all the ones in data/
* charmaps are not macros
2018-01-07 13:11:29 -05:00
xCrystal
2c789b64b1 Predef_FlagAction -> Predef_SmallFarFlagAction 2018-01-07 11:53:20 +01:00
Remy Oukaour
bdd3a55333 Organize mobile/battle_tower_*.asm data and code 2018-01-06 18:53:30 -05:00
xCrystal
e9e8bf6eb1 Predef_Flag -> Predef_FlagAction 2018-01-05 11:05:01 +01:00
Adelaide Walter
ce985a09a7 Document switches to BANK(sScratch) via xor a 2018-01-04 16:51:50 -05:00
Adelaide Walter
36e91c971c Fix stray hardcoded WRAM bank. 2018-01-04 15:06:11 -05:00
Adelaide Walter
fb422e8d9c Use BANK for hardcoded WRAM banks preceding FarCopyWRAM/GetFarWRAMByte calls. 2018-01-04 14:53:50 -05:00
xCrystal
d68f961793 Delete FETCH_HEAD 2018-01-04 13:05:45 +01:00
Adelaide Walter
5fd3bfa832 Clarify the purpose of writing 0 to rSVBK. 2018-01-03 20:47:44 -05:00
Adelaide Walter
9d0ba6bfd3 Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessary). 2018-01-03 19:12:45 -05:00
Remy Oukaour
9069a395db Measure total free space 2018-01-03 16:08:23 -05:00
Remy Oukaour
095dcec9ca No explicit bank "$00" for ROM0, WRAM0, OAM, or HRAM 2018-01-03 15:55:56 -05:00
Remy Oukaour
f9f1046447 sort_map.py → map2sym.py (like dos2unix, pdf2ps, etc) 2018-01-03 15:46:39 -05:00
Remy Oukaour
83f7400671 More example lines 2018-01-03 15:41:15 -05:00
Remy Oukaour
78c818e4c9 for/write → writelines 2018-01-03 15:35:25 -05:00
Remy Oukaour
c85e4f3d52 rgblink → sort_map.py 2018-01-03 15:31:03 -05:00
Remy Oukaour
6d2dc86a38 Serve2bppRequest@VBlank → Serve2bppRequest_VBlank 2018-01-03 15:28:13 -05:00
Remy Oukaour
418d81b99b Docstring and no print() 2018-01-03 15:25:40 -05:00
Remy Oukaour
59e6baee1e Support Python 2 or 3 2018-01-03 15:00:53 -05:00
Remy Oukaour
0d1f2d6710 Add example .map lines 2018-01-03 14:57:10 -05:00
Remy Oukaour
c07ffc7633 Handle unused banks (notably OAM and HRAM) 2018-01-03 14:52:32 -05:00
Remy Oukaour
927d392a02 Size in hex 2018-01-03 14:46:37 -05:00
Remy Oukaour
88d32fe42c python3 sort_map.py pokecrystal.map sorted.sym 2018-01-03 14:41:17 -05:00
Remy Oukaour
e7941cef61 Explain HRAM 2018-01-03 13:01:23 -05:00
Adelaide Walter
501ec9b283 Fix macro formatting. 2018-01-03 11:57:34 -05:00