| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-05-31 | Update CeruleanCity.asm | Amber Brault | 1 | -9/+9 | |
| 2021-05-31 | Partially document CeruleanCity.asm | Amber Brault | 1 | -39/+41 | |
| 2021-04-13 | The 'def_trainers' macro checks that trainers' event flag bits are correct ↵ | Rangi | 69 | -117/+257 | |
| (#318) | |||||
| 2021-04-08 | Trim extra newlines from some files | Rangi | 1 | -2/+0 | |
| 2020-11-14 | Fix file modes | dannye | 224 | -0/+0 | |
| 2020-11-06 | Sync more with pokeyellow | Rangi | 13 | -23/+21 | |
| 2020-09-22 | Use the constant in all relevant situations | SatoMew | 1 | -2/+2 | |
| 2020-08-30 | Identify some hSpriteDataOffset values | Rangi | 2 | -11/+11 | |
| 2020-08-28 | Use decimal, not hex, for sprite (object) coordinates in map scripts | Rangi | 13 | -47/+47 | |
| 2020-07-18 | Consistent labels for Gym name scripts | Rangi | 8 | -46/+50 | |
| 2020-07-17 | SONY -> RIVAL | Rangi | 7 | -8/+8 | |
| 2020-07-16 | $ec = "▷" | Rangi | 1 | -2/+2 | |
| 2020-07-16 | Reformat map scripts' coordinate and movement data | Rangi | 57 | -619/+530 | |
| 'dbmapcoord' has X, Y order like other coordinate-related data macros | |||||
| 2020-07-16 | Revise some map scripts, mostly for getting items | Rangi | 55 | -339/+356 | |
| 2020-07-16 | Define constants for in-game trades | Rangi | 8 | -9/+9 | |
| 2020-07-15 | Disassemble the BLUEMONS.GB debug ROM | Rangi | 3 | -0/+12 | |
| 2020-07-14 | Use a 'trainer' macro for trainers in scripts/ | Rangi | 69 | -2644/+391 | |
| 2020-07-14 | Factor out spinner tiles from RocketHideoutB2F since they're also used by ↵ | Rangi | 1 | -93/+1 | |
| ViridianGym, and to make their data and code more accessible | |||||
| 2020-07-14 | Clean up some data, using macros for multiline list entries | Rangi | 8 | -18/+18 | |
| 2020-07-07 | Use 'tile' and 'tiles' macros | Rangi | 1 | -27/+21 | |
| 2020-07-07 | Sync coordinate macros with pokecrystal | Rangi | 4 | -16/+16 | |
| 2020-07-07 | Use HIGH() and LOW() | Rangi | 1 | -2/+2 | |
| 2020-07-06 | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 25 | -34/+34 | |
| 2020-07-06 | Use ASCII quotes in comments | Rangi | 1 | -4/+4 | |
| 2020-07-06 | Use labels for HRAM and VRAM | Rangi | 1 | -2/+2 | |
| 2020-07-06 | Specify the ldh instruction, don't turn ld into ldh | Rangi | 73 | -444/+444 | |
| 2020-07-06 | text_linkpromptbutton -> text_waitbutton | Rangi | 7 | -16/+16 | |
| Fixes #260 | |||||
| 2020-07-05 | TM/HM constants named after moves | Rangi | 23 | -25/+25 | |
| 2020-07-05 | db $f6 == script_cable_club_receptionist | Rangi | 1 | -1/+1 | |
| 2020-07-05 | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 28 | -38/+38 | |
| 2020-07-04 | Port pokecrystal's formatting of text commands and special characters | Rangi | 213 | -4500/+4500 | |
| 2020-07-04 | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2 | -2/+2 | |
| by rgbds 0.4.0) | |||||
| 2020-07-03 | Replace raw hex values with HRAM constants | Rangi | 24 | -73/+73 | |
| To do: turn constants into labels and use ldh | |||||
| 2020-07-03 | H_CONSTANTNAMES -> hConstantNames | Rangi | 28 | -96/+96 | |
| 2020-07-03 | Move graphics-only object file sources into gfx/ | Rangi | 3 | -3/+3 | |
| Previously this wasn't working, but now the Makefile uses pokegold's technique for running scan_includes. It also enables and fixes some rgbds warnings ("Non-local labels without a colon are deprecated"). | |||||
| 2020-07-03 | Organize macros/ like pokecrystal | Rangi | 10 | -20/+21 | |
| While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | |||||
| 2020-06-27 | Organize gfx/ | Rangi | 1 | -1/+1 | |
| 2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 5 | -5/+5 | |
| Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||||
| 2020-05-05 | change input hex to constants | Matt | 1 | -1/+1 | |
| 2020-05-05 | document vermilion gym | Matt | 1 | -48/+48 | |
| 2020-05-03 | label npc conditional text | Matt | 1 | -6/+6 | |
| 2020-05-03 | clean up vermilion labels | Matt | 1 | -28/+28 | |
| 2020-05-03 | label hardcoded HRAM address, start documenting Vermilion | Matt | 1 | -3/+3 | |
| 2019-10-07 | Deobfuscate Pewter city | deak311andris | 1 | -8/+8 | |
| 2019-10-07 | Deobfuscate Viridian City | deak311andris | 1 | -22/+22 | |
| 2019-10-07 | Deobfuscate gyms consistently | deak311andris | 9 | -77/+77 | |
| 2019-10-03 | OaksLab deobfuscation | deak311andris | 1 | -23/+23 | |
| 2019-07-27 | Update audio macro names | dannye | 1 | -1/+1 | |
| change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names | |||||
| 2019-07-07 | Replace some hard-coded values with constants | Rangi | 5 | -10/+10 | |
| 2019-04-08 | Replace the few instances of Unknown Dungeon with Cerulean Cave | SatoMew | 1 | -1/+1 | |
