Commit graph

2713 commits

Author SHA1 Message Date
Rangi
865d37e02a Use compound assignment operators 2021-11-23 20:56:57 -05:00
Rangi
64e2b66a61 Require rgbds 0.5.2 2021-11-23 20:53:05 -05:00
Rangi
157b593561 Use dn for wave instrument samples, like pokecrystal 2021-11-06 13:24:19 -04:00
Yoann Fievez
f68af5c6e9
Add some constants for options (#344)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-11-05 19:45:09 -04:00
Yoann Fievez
8349bfd8e6
Refactorize check button pressed (#340) 2021-11-05 15:40:15 -04:00
Yoann Fievez
b44a10a43a
Update 'make compare' for no pret repo and add 'make' for fork (#339) 2021-11-04 15:17:17 -04:00
Rangi
2ee8ce26da Comment on the CooltrainerFAI bug
Fixes #308
2021-11-03 17:07:08 -04:00
Rangi
e4845d3d31 Merge branch 'master' of https://github.com/pret/pokered 2021-11-02 19:58:17 -04:00
Rangi
58d08bff43 Identify some percentage constant values 2021-11-02 19:57:08 -04:00
IIMarckus
0af787ea6d Kill Freenode. 2021-10-08 04:30:39 -06:00
Rangi
fc899e1906 warp_event warp IDs start at 1, like in pokegold/pokecrystal 2021-10-05 21:02:42 -04:00
Rangi
52660012c6 Clean up some redundant or unusual event comments 2021-10-05 20:46:46 -04:00
Rangi
d48a318dbf Align object_event coordinates
Fixes #336
2021-09-26 23:20:57 -04:00
Amber Brault
30acb46b98
Fix typos (#334) 2021-09-26 21:57:55 -05:00
Yoann Fievez
2c4f35848b
Unify map event gen1 gen2 (#335)
* Update sign to bg_event #289

* Rename warp to warp_event

* Replace object to object_event

* Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
2021-09-26 21:56:09 -05:00
Rangi
f1285f8584 ASSERT LOW(wSpriteStateData1) == 0 && LOW(wSpriteStateData2) == 0 2021-09-08 20:59:22 -04:00
Rangi
7ee8a6509e wcf4b -> wStringBuffer 2021-08-28 17:02:20 -04:00
SatoMew
236426138b
Remove old tile animation comments (#333)
They stopped being accurate after #304 and aren't really necessary.
2021-07-31 22:53:52 -04:00
Rangi
a5c0da9bbe Switch from Travis CI to GitHub Actions 2021-06-19 22:27:15 -04:00
Daniel Harding
0406c71189
Merge pull request #332 from SnorlaxMonster/roar-teleport-comment-fix
Correct comments on SwitchAndTeleportEffect
2021-06-14 07:48:28 -05:00
SnorlaxMonster
319c29c751 Correct comments on SwitchAndTeleportEffect
The comments in the SwitchAndTeleportEffect section incorrectly stated
that the random number was generated in the
half-open interval [0, playerLevel + enemyLevel),
instead of the closed interval [0, playerLevel + enemyLevel].
2021-06-14 21:47:19 +10:00
Rangi
9c93fb0b75 Use more UNIONs for overlapping WRAM labels 2021-06-01 20:39:05 -04:00
Rangi
229126d940 Use a 30-byte UNION for some overlapping WRAM labels 2021-05-31 18:44:24 -04:00
Rangi
234aa7d409 Use more WRAM sections 2021-05-31 17:17:03 -04:00
Daniel Harding
f3dbec09a8
Merge pull request #325 from CelestialAmber/master
Partially document CeruleanCity.asm
2021-05-31 15:43:57 -05:00
Daniel Harding
c5bb400e08
Merge pull request #323 from KqesaR/master
Clean many labels of scripts of gyms
2021-05-31 15:42:41 -05:00
Rangi
f9ae7b1240 More WRAM label cleanup (still needs UNIONs and renaming) 2021-05-31 16:25:16 -04:00
Amber Brault
7b5bcbc024 Update CeruleanCity.asm 2021-05-31 16:00:32 -04:00
Rangi
5c73cffee6 Start reformatting WRAM labels
wLabel::
    ; comment
        ds N

becomes

    ; comment
    wLabel:: ds N
2021-05-31 15:04:28 -04:00
Yoann Fievez
a448ac897d Clean many labels of scripts of all gyms 2021-05-31 20:41:10 +02:00
Daniel Harding
47c2d1a1a5
Merge pull request #324 from KqesaR/clean_label_wild_map_pointer
Standardize names of wild maps entities
2021-05-31 12:16:54 -05:00
Rangi
c2ad19728a Reformat MoveBoulderDustFunctionPointerTable 2021-05-31 13:09:33 -04:00
Yoann Fievez
21c266b950 Change name wSeaRoutesWildMons to wWaterMons in WRAM 2021-05-31 18:50:16 +02:00
Yoann Fievez
dfc81962d2 Fix typo noting to nothing and align vertically comments 2021-05-31 18:49:02 +02:00
Rangi
7b2eb6b252 Simplify the tileset headers 2021-05-31 12:37:15 -04:00
Daniel Harding
ea5c9f9e05
Merge pull request #322 from SatoMew/master
Identify the connections between Routes 22 and 23 as unused
2021-05-31 11:20:24 -05:00
Rangi
8701ef4d61 Improve some RAM formatting 2021-05-31 11:46:10 -04:00
Amber Brault
78b08c3a76 Partially document CeruleanCity.asm 2021-05-31 11:41:36 -04:00
Rangi
ce62dca69b Eliminate unnecessary data macros 2021-05-30 17:28:26 -04:00
Rangi
223b7b21a4 Add labels to unreferenced mart inventories and remove redundant comments 2021-05-23 22:35:28 -04:00
Rangi
346ce9454a Use macros for bit arrays 2021-05-23 22:09:02 -04:00
Rangi
715496bf35 Fix end_nybble_array 2021-05-23 21:51:20 -04:00
Rangi
653b62139d Use macros for packed arrays of nybbles 2021-05-23 18:33:14 -04:00
Yoann Fievez
3b76c590da Standardize names of wild maps entities
Standardize the name of entities of maps for wild pokemon
2021-05-18 20:58:24 +02:00
Rangi
82f31b05c1 Require rgbds 0.5.1
This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-05-09 12:54:31 -04:00
SatoMew
d966193d7b Change terminology as per feedback 2021-05-08 23:20:52 +01:00
SatoMew
b3364f9f88 Identify the connections between Routes 22 and 23 as unused 2021-05-08 13:24:33 +01:00
Rangi
c8626595b4 Use BANK("Pics #") for Pokémon and trainer pics 2021-05-06 23:04:00 -04:00
Daniel Harding
bb8fdd7f42
Merge pull request #321 from SatoMew/master
Identify the unused cry that was carried over to GSC
2021-05-01 16:07:16 -05:00
SatoMew
b155e59ffa Restore extra line breaks 2021-05-01 21:54:19 +01:00