Commit Graph

6544 Commits

Author SHA1 Message Date
GriffinR aad090e154 Document TV 2021-04-26 12:35:35 -04:00
GriffinR e40f89b175 Move unknown data table, reference with species 2021-04-25 02:19:01 -04:00
GriffinR bee60f4c64 Document battler sprite affine anims, default pokeball throw 2021-04-25 02:18:34 -04:00
GriffinR e065c0c285 Label more unused battle anims 2021-04-24 18:26:25 -04:00
GriffinR 86475c5ded Document trainer hill ereader 2021-04-24 18:04:27 -04:00
GriffinR 004c37bf02 Sync ereader_helpers with pokefirered 2021-04-24 18:03:06 -04:00
GriffinR 8c820878bf Document Battle Pyramid Bag 2021-04-23 15:07:36 -04:00
GriffinR f823cd224f Merge pull request #1416 from ProjectRevoTPP/apprentice_fix
[LEAK INFORMED] Fix apprentice.c do{}while(0)
2021-04-22 17:25:52 -04:00
ProjectRevoTPP 6ebd0ccb57 add NO_COND macro 2021-04-22 17:20:28 -04:00
ProjectRevoTPP 5c51a3ecc6 get rid of apprentice fakematching(s) 2021-04-22 16:40:46 -04:00
GriffinR bc9fc38254 Misc contest cleanup 2021-04-22 15:51:04 -04:00
GriffinR e874dfcbc8 Merge pull request #1408 from GriffinRichards/doc-pokemonstorage
Document Pokémon Storage System
2021-04-22 01:32:16 -04:00
GriffinR 8dd6af1db1 Merge pull request #1414 from ProjectRevoTPP/rfu_NI_stopReceivingData
fix rfu_NI_stopReceivingData fakematching; i guess it aint over yet cowboy
2021-04-22 01:26:45 -04:00
ProjectRevoTPP ddc1534098 idiot, get rid of code in block 2021-04-21 21:38:42 -04:00
ProjectRevoTPP 00eeb727db fix rfu_NI_stopReceivingData fakematching; i guess it aint over yet cowboy 2021-04-21 21:37:12 -04:00
GriffinR dbe24f0baa Clean up contest_painting 2021-04-21 20:04:12 -04:00
GriffinR e96e7ba2e8 Merge pull request #1412 from ProjectRevoTPP/Sio32IDIntr
Eliminate the last fakematching (Sio32IDIntr). We are free of nonmatchings/fakematchings!
2021-04-21 08:49:22 -04:00
ProjectRevoTPP 57948b86a8 Eliminate the last fakematching. We are free of nonmatchings/fakematchings! 2021-04-20 21:31:39 -04:00
GriffinR a2a9f22612 Clean up contest_util 2021-04-20 21:16:47 -04:00
GriffinR f8e5bac883 Merge pull request #1411 from ProjectRevoTPP/sio32intr
Resolve sio32intr_clock_slave fakematching. One left!
2021-04-20 14:50:51 -04:00
ProjectRevoTPP 21f05a3c01 Resolve sio32intr_clock_slave fakematching. One left! 2021-04-20 12:58:50 -04:00
GriffinR 04af378904 Document trade sequence animation, some trade cleanup 2021-04-20 05:50:39 -04:00
GriffinR b65d4eb910 Merge pull request #1409 from Kurausukun/M4A_IS_DEAD
FIX CGBMODVOL FAKEMATCHING (WE DID IT REDDIT)
2021-04-20 00:14:02 -04:00
Kurausukun d542baf14b THE BEAST IS SLAIN 2021-04-19 23:44:24 -04:00
GriffinR 342ebbf406 Merge branch 'master' into doc-pokemonstorage 2021-04-18 01:49:09 -04:00
GriffinR 52495e889f Doc storage - cleanup 2021-04-18 01:44:25 -04:00
GriffinR 6f967ff6ad Doc storage - standardize names, drop PSS 2021-04-17 23:40:27 -04:00
GriffinR 33c68255de Doc storage - unk utility 2021-04-17 23:31:29 -04:00
GriffinR 7bf89d6446 Doc storage - icon scroll 2021-04-17 23:00:08 -04:00
GriffinR c921994ce1 Doc storage - tilemap util, place change 2021-04-17 19:02:30 -04:00
Michael Panzlaff 2859fa60cb Makefile: use different linker library sets for modern 2021-04-17 23:19:01 +02:00
Michael Panzlaff 38d0cca903 modern: link against libnosys
Without libnosys undefined references will occur if
libc functions are used.
2021-04-17 22:48:57 +02:00
Michael Panzlaff 7a480adafe modern: add missing sections to linkerscript
In order to correctly link a program which uses libc functions
a few sections are required to satisfy the linker.

This currently adds 0x3C bytes to IWRAM.
2021-04-17 22:46:15 +02:00
GriffinR 1c3e387d43 Doc storage - party menu 2021-04-17 14:33:00 -04:00
GriffinR cd2a99b7c4 Doc storage - misc cleanup, some item/cursor 2021-04-17 13:33:29 -04:00
Michael Panzlaff 0767f4b9ce Makefile: resolve libgcc and libc in correct order
When actually utilizing functions from libc, linking will fail
because the functions used from libc have to be defined after libc.

This is the case with libgcc, so we swap their order.
2021-04-17 19:00:02 +02:00
GriffinR 96dabc1a7f Doc storage - multi move 2021-04-16 22:36:37 -04:00
GriffinR 80cc7d46ae Doc storage - fix row/column flip 2021-04-16 15:07:10 -04:00
GriffinR e5f0d2f736 Doc storage - releasing, some cursor 2021-04-16 04:30:09 -04:00
GriffinR c1da6b29bc Merge pull request #1405 from GriffinRichards/constants-display
Add more usage of DISPLAY constants, misc REG constants
2021-04-16 01:30:03 -04:00
GriffinR 70d0b81fe0 Merge pull request #1406 from Kurausukun/doc_decode
Document Decoding Buffer
2021-04-16 01:07:21 -04:00
Kurausukun 3e804cb7d1 document decoding buffer 2021-04-16 00:58:54 -04:00
GriffinR 84e1cbaaa6 Doc storage - misc gfx, item icons 2021-04-15 22:07:12 -04:00
GriffinR 838a452363 Doc storage - choose box menu, move wallpaper gfx 2021-04-15 18:46:20 -04:00
GriffinR a1ed59450e Doc storage - wallpaper and titles 2021-04-15 16:09:41 -04:00
GriffinR 30fecca109 Doc storage - menu texts 2021-04-15 13:31:18 -04:00
GriffinR f94540c2b8 Misc reg constant cleanup 2021-04-15 03:14:42 -04:00
GriffinR 8368b753df More usage of WININ/OUT constants 2021-04-15 02:43:09 -04:00
GriffinR 62abcecc54 More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
GriffinR c4ef45c161 Merge pull request #1403 from GriffinRichards/doc-pokeblock
Document Pokéblock menu and feeding scene
2021-04-14 14:17:36 -04:00