aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-0690-253/+251
|
* Use ASCII quotes in commentsRangi2020-07-065-9/+9
|
* Use labels for HRAM and VRAMRangi2020-07-067-247/+308
|
* Use STARTER[123] constants in TitleMonsRangi2020-07-061-9/+9
|
* Use DEX_* constants for StarterDexRangi2020-07-061-2/+2
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-06219-2556/+2556
|
* Merge pull request #262 from Rangi42/masterRangi2020-07-0625-173/+144
|\ | | | | Miscellaneous
| * text_linkpromptbutton -> text_waitbuttonRangi2020-07-0612-44/+44
| | | | | | | | Fixes #260
| * Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi2020-07-0613-74/+76
| | | | | | | | MACRO/ENDM, etc)
| * Automatically list all TM##_MOVE and HM##_MOVE valuesRangi2020-07-061-55/+24
|/
* Merge pull request #261 from Rangi42/masterRangi2020-07-06212-4446/+3840
|\ | | | | Port pokecrystal's base data and tmhm structure
| * Avoid repeating the NUM_TMS valueRangi2020-07-061-6/+8
| |
| * Align tmhm learnsets in rows of 5Rangi2020-07-06145-145/+665
| |
| * add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵Rangi2020-07-063-60/+94
| | | | | | | | repeating the move names twice
| * TM/HM constants named after movesRangi2020-07-05203-302/+330
| |
| * Port pokecrystal's base data and tmhm structureRangi2020-07-05153-4238/+3048
|/ | | | To do: TM/HM constants named after moves
* Merge pull request #259 from Rangi42/masterRangi2020-07-05442-8728/+8818
|\ | | | | Port pokecrystal's formatting of text commands and special characters
| * db $f6 == script_cable_club_receptionistRangi2020-07-051-1/+1
| |
| * Remove user system-specific files from .gitignoreRangi2020-07-051-11/+0
| |
| * gfx/overworld/spinners.png, like gfx/battle/balls.png, is 4x1 not 2x2Rangi2020-07-051-0/+0
| |
| * Sync README.md with pokegold and pokecrystal, and use binary SHA-1 ROM hashesRangi2020-07-052-17/+22
| |
| * Sync .gitignore with pokegold and pokecrystalRangi2020-07-051-18/+17
| |
| * Fix Japanese charmap: large "オ" is $84, small "ォ" is $F4Rangi2020-07-051-1/+1
| |
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-0562-179/+182
| |
| * Port _RemovePokemon documentation from pokeyellowRangi2020-07-052-33/+34
| |
| * Port two HRAM labels from pokeyellowRangi2020-07-054-10/+10
| |
| * Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-0510-187/+82
| |
| * Port and improve hidden_object macro from pokeyellowRangi2020-07-051-593/+401
| |
| * Port credits command constants from pokeyellowRangi2020-07-053-44/+53
| |
| * Make .gitignore consistent with pokegold and pokecrystalRangi2020-07-051-18/+24
| | | | | | | | Closes #209 (pokeyellow will need all pokered's recent changes synced)
| * Use constants for damage limits in CalculateDamageRangi2020-07-052-28/+38
| | | | | | | | Fixes #255
| * Correct comments in AISwitchIfEnoughMonsRangi2020-07-051-2/+2
| | | | | | | | Fixes #244
| * Update map hide/show data labelsRangi2020-07-053-578/+568
| | | | | | | | Fixes #235
| * File-specific graphics rules update rgbgfx (flags only), not RGBGFX (program ↵Rangi2020-07-051-7/+7
| | | | | | | | | | | | path), like pokecrystal Fixes #227
| * Use SHA-1, not MD5, for 'make compare'Rangi2020-07-053-5/+8
| | | | | | | | Fixes #183
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-04397-7024/+7396
|/
* Merge pull request #257 from Rangi42/masterRangi2020-07-041466-17018/+14353
|\ | | | | More reorganization
| * UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce ↵Rangi2020-07-044-8/+9
| | | | | | | | SET_PAL_DEFAULT
| * Verify that rgbds is at least verson 0.4.0Rangi2020-07-043-39/+174
| | | | | | | | Adapt the INSTALL guide from pokecrystal.
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-0429-158/+172
| | | | | | | | by rgbds 0.4.0)
| * Make suggested changes from reviewRangi2020-07-042-2/+3
| |
| * Document why Mew is set apartRangi2020-07-031-0/+10
| |
| * home/pic.asm -> home/uncompress.asm; home/uncompress.asm -> home/pics.asmRangi2020-07-034-758/+758
| | | | | | | | One does the actual decompression, the other synthesizes the decompressed data.
| * Factor out Mew's pics and base dataRangi2020-07-032-5/+5
| |
| * Move more code from home.asm to home/Rangi2020-07-0319-2854/+2836
| |
| * Replace raw hex values with HRAM constantsRangi2020-07-0365-248/+311
| | | | | | | | To do: turn constants into labels and use ldh
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-03104-1164/+1163
| |
| * data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi2020-07-03447-446/+446
| | | | | | | | To do: Polished Map support for loading the objects
| * Factor out graphics INCBINs from main.asm to gfx/*.asmRangi2020-07-037-58/+67
| |
| * Move graphics-only object file sources into gfx/Rangi2020-07-037-18/+33
| | | | | | | | | | | | 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").