Commit Graph

6695 Commits

Author SHA1 Message Date
GriffinR ec05157568 Move pokenav list item union out of list struct 2021-11-13 11:27:11 -05:00
GriffinR 3b91d8fdaf Start pokenav list ui doc 2021-11-12 20:36:19 -05:00
GriffinR da5752fd0d Start match call menu doc 2021-11-12 20:17:06 -05:00
GriffinR ffe2970e30 Rename pokenav menu handler files 2021-11-12 17:13:50 -05:00
GriffinR baeacbe2f1 Clean up pokenav general menus, organize pokenav graphics 2021-11-12 17:08:12 -05:00
GriffinR 004d1cab3f Clean up pokenav conditions doc 2021-11-12 11:13:49 -05:00
GriffinR 35aeff1b6d Rename pokenav conditions files 2021-11-12 11:07:52 -05:00
GriffinR f5152094a9 Finish pokenav conditions doc 2021-11-12 11:01:22 -05:00
GriffinR 7efdc0902b Finish condition graph doc 2021-11-11 15:29:15 -05:00
GriffinR 4590887359 Clean up some register constant use 2021-11-10 17:01:21 -05:00
GriffinR 343ac99049 Start pokenav conditions doc 2021-11-10 17:00:54 -05:00
GriffinR 43e942c3af Clean up pokenav ribbons 2021-11-09 12:50:35 -05:00
GriffinR 1c82571fa0 Merge pull request #1542 from GriffinRichards/doc-menu
Document menu
2021-11-08 21:23:21 -05:00
GriffinR 737a5cba55 Merge pull request #1546 from AsparagusEduardo/pret_sandstorm
Using WEATHER_SANDSTORM in battle_setup
2021-11-06 14:21:11 -04:00
Eduardo Quezada D'Ottone b282bbc270 Using WEATHER_SANDSTORM in battle_setup 2021-11-06 14:55:27 -03:00
GriffinR f9e8c88eb5 Merge pull request #1543 from cbt6/move-fastest
Rename WalkFastest functions to WalkFaster
2021-11-06 10:32:59 -04:00
GriffinR 27957b5c1f Merge pull request #1545 from sphericalice/pal-constants
Use relevant constants for BlendPalettes
2021-11-05 18:05:41 -04:00
sphericalice 6e49b45eb6 Use relevant constants for BlendPalettes 2021-11-05 21:58:13 +00:00
cbt6 32aaf6912f Rename movement scripts to use Faster over Fastest 2021-11-05 02:22:28 +08:00
cbt6 0fe3881961 Rename WalkInPlaceFastest to WalkInPlaceFaster 2021-11-05 01:54:34 +08:00
GriffinR c6b83bbb21 Fix merge 2021-11-04 12:18:34 -04:00
GriffinR be7d0bd3b0 Merge branch 'master' into doc-menu 2021-11-04 12:11:31 -04:00
GriffinR 17b657d83a Finish menu documentation 2021-11-04 11:52:43 -04:00
GriffinR c291fa8e7f Propagate BG_COORD constants 2021-11-03 23:02:06 -04:00
PikalaxALT 7940f121f6 Merge pull request #1539 from GriffinRichards/doc-finalmisc
Document files with a few remaining symbols
2021-11-03 20:49:14 -04:00
PikalaxALT 6bdf6f25f4 Merge pull request #1540 from GriffinRichards/sync-libgcn
Sync libgcnmultiboot
2021-11-03 20:45:54 -04:00
GriffinR d6f873ba69 Continue menu documentation 2021-11-03 20:38:23 -04:00
GriffinR 50d3003a0d Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW 2021-11-03 19:54:20 -04:00
GriffinR 085f8adec6 Start remaining menu documentation 2021-11-03 17:38:08 -04:00
GriffinR 9a0618afc3 Add COPYWIN constants 2021-11-03 15:29:18 -04:00
GriffinR 3e49ac804b Merge branch 'master' into doc-finalmisc 2021-11-03 13:56:22 -04:00
GriffinR e14210ce1f Merge pull request #1536 from GriffinRichards/clean-braille
Add font id constants, better braille support
2021-11-03 13:17:29 -04:00
GriffinR 0ba22ca112 Merge pull request #1534 from GriffinRichards/doc-btrans
Document battle transition
2021-11-03 11:26:20 -04:00
GriffinR b16b918266 Merge pull request #1541 from cbt6/move-speed
Use constants for movement speeds
2021-11-03 11:18:54 -04:00
cbt6 fca863244b Index sStepTimes and sNpcStepFuncTables 2021-11-03 23:07:05 +08:00
cbt6 680f5f4458 Revert movement speed constants for jump movements 2021-11-03 23:00:37 +08:00
cbt6 87a094edcb Use constants for movement speeds 2021-11-03 20:51:41 +08:00
GriffinR dc44548e43 Sync libgcnmultiboot 2021-11-02 20:28:17 -04:00
GriffinR 929aade0fd Fix braille slash 2021-11-02 18:34:05 -04:00
GriffinR afb9ff3a40 Document files with a few remaining symbols 2021-11-02 18:06:06 -04:00
GriffinR c98fbb5ca6 Merge pull request #1538 from cbt6/move-speed
Rename some player movement speed functions
2021-11-02 15:07:59 -04:00
cbt6 510ccbdf4c Move definition of constants for movement speed 2021-11-03 02:56:23 +08:00
cbt6 3556024a06 Distinguish clearly the two enums related to speed 2021-11-03 02:51:30 +08:00
cbt6 3f5f057ebe Rename GoSpeedX functions to WalkNormal, WalkFast, etc. 2021-11-03 01:50:53 +08:00
cbt6 4cedd2d551 Rename WalkFastest functions to WalkFaster 2021-11-03 01:50:53 +08:00
cbt6 a2c2d7e230 Label indexes for movement speeds 2021-11-03 01:50:47 +08:00
GriffinR 47286d1ecb Merge pull request #1537 from AsparagusEduardo/pret_solarbeam
Standarized Solarbeam into Solar Beam
2021-11-01 17:46:45 -04:00
Eduardo Quezada D'Ottone f3013d8ee9 Standarized Solarbeam into Solar Beam 2021-11-01 18:36:35 -03:00
GriffinR 54a70ca4d4 Merge pull request #1530 from GriffinRichards/doc-graphics
Label remaining symbols in graphics.c
2021-11-01 17:00:06 -04:00
GriffinR 36039e1b86 Convert fonts.s to C 2021-10-31 01:44:18 -04:00