2929 Commits

Author SHA1 Message Date
AnonymousRandomPerson 89c65d9c15 Merge pull request #485 from pret/SethBarberee-sym-file
Add sym file action based off of pokeemerald
2026-09-08 20:13:29 -04:00
Seth Barberee 13f944683f Actually run syms target in build
Can't publish syms if they aren't built *taps head*
2026-09-08 11:54:17 -07:00
Seth Barberee 5c435c48ff Add conditional checkout for syms in build workflow
Add conditional checkout for 'syms' on push events.
2026-09-08 11:43:53 -07:00
Seth Barberee 4f8dd2844b Add sym file action
Based off of pokeemerald's workflow YML
2026-09-08 11:42:17 -07:00
AnonymousRandomPerson 0795236048 Merge pull request #484 from AnonymousRandomPerson/master
Label some move usage functions
2026-09-07 17:28:22 -04:00
AnonymousRandomPerson 6283f7c0c2 Label some move usage functions 2026-09-07 13:50:23 -04:00
Seth Barberee bf0092d0e3 Merge pull request #483 from AnonymousRandomPerson/master 2026-05-06 21:34:06 -07:00
AnonymousRandomPerson 464a6f2538 Use #defines for CopyWindowBgBuffer args 2026-05-06 23:23:49 -04:00
Seth Barberee 92bbac74f2 Merge pull request #482 from AnonymousRandomPerson/master
Label dungeon RNG preseed
2026-05-06 08:14:09 -07:00
AnonymousRandomPerson 4c2aa31bd4 Document OOB grid reads in dungeon gen bug 2026-05-06 00:00:33 -04:00
AnonymousRandomPerson 7700c54b3b Label dungeon RNG preseed 2026-05-05 22:28:38 -04:00
AnonymousRandomPerson 1177316f06 Merge pull request #477 from MkTr/patch-1
Kecleon Infinite Money Exploit - Bug Report and Fix
2026-05-01 23:37:32 -04:00
Seth Barberee 4e0df8371c Merge pull request #480 from evanc577/window-bg
Document windowing functions
2026-05-01 10:13:12 -07:00
Seth Barberee 5ba71b2175 Merge pull request #481 from Kurausukun/c23
C23 Compatibility
2026-05-01 10:11:47 -07:00
Kurausukun cffee8becb fix weird fakematches 2026-05-01 12:36:04 -04:00
Kurausukun e5cc85e893 C23 compatibility 2026-05-01 12:31:40 -04:00
Evan Chang 3415afcf87 Rename window_buffer file 2026-04-30 21:41:12 -04:00
Evan Chang 7bbe9c5810 Cleanup 2026-04-30 21:32:39 -04:00
Evan Chang 79ee9641f3 More documentation 2026-04-30 21:32:39 -04:00
Evan Chang ccb22d66c8 Simplify UNROLL16 macro 2026-04-30 21:32:39 -04:00
Evan Chang 056d35bff0 Remove Makefile modern no-warning 2026-04-30 21:32:39 -04:00
Evan Chang e4634dde8e Window BG buffer names 2026-04-30 21:32:39 -04:00
Evan Chang aebdeb4275 Rename CopyWindowBgBuffer() 2026-04-30 21:32:39 -04:00
Evan Chang 5b5d17072f Rename ToggleWindowBgBuffer() 2026-04-30 21:32:39 -04:00
Evan Chang 45c89481d5 Document window bg variables 2026-04-30 21:32:37 -04:00
AnonymousRandomPerson 729176ce85 Merge pull request #479 from Kurausukun/ubfix
Add UBFIX Define and Standardize #ifdef vs #ifndef
2026-04-30 01:01:05 -04:00
Kurausukun 10af545be2 switch dungeon_map.c BUGFIX to UBFIX 2026-04-29 22:04:55 -04:00
Kurausukun 2fffa96dec add UBFIX define 2026-04-29 12:26:18 -04:00
AnonymousRandomPerson 808ad38ebe Merge pull request #478 from evanc577/friend-list-modern-softlock
Fix softlock on modern when selecting "Team" from menu
2026-04-29 00:36:44 -04:00
Evan Chang 9a39e30695 Fix softlock on modern when selecting "Team" from menu 2026-04-28 23:11:34 -04:00
Cipnit e8ba6a2a03 Kecleon Infinite Money Exploit - Bug Report and Fix
implemented bugfix
2026-04-23 23:01:07 -07:00
Cipnit 9f218be522 Kecleon Infinite Money Exploit - Bug Report and Fix
I don't know if you're okay with a bug report including a fix to the bug, but it's here if you want it.
2026-04-22 23:32:05 -07:00
AnonymousRandomPerson 18b763f448 Merge pull request #476 from that-frost-fairy/master
Mapping remaining pokemon_found_out to dungeon name and floor numbers
2026-04-20 19:01:25 -04:00
Carla Pinsach e2aeda57bc Reverting autopilot changes from D51/pokemon_found.json 2026-04-21 00:15:43 +02:00
Carla Pinsach 5675f5a097 Revert autopilot update from pokemon_found.inc 2026-04-21 00:13:47 +02:00
Carla Pinsach 9ef8644235 Replacing Autopilot by D51 2026-04-20 23:52:36 +02:00
Carla Pinsach 558b8089be Mapping pokemon_found_out to dungeon name and floor numbers 2026-04-20 23:47:33 +02:00
AnonymousRandomPerson 8fbc27c5d8 Merge pull request #475 from AsparagusEduardo/_pret/pr/friendAreas
Added prefix to Friend Area constants
2026-02-22 19:10:30 -05:00
Eduardo Quezada e61a0d017b Wtf happened here 2026-02-22 18:34:13 -03:00
Eduardo Quezada 51235bf313 Added prefix to Friend Area constants 2026-02-22 18:33:27 -03:00
AnonymousRandomPerson deece80e01 Merge pull request #473 from ElectroDeoxys/master
Identify AnimatedColor struct
2026-02-07 17:23:30 -05:00
Electro 90a9b8f15d Remove axObject comment 2026-02-07 22:10:57 +00:00
Electro 805e00c9b2 Identify AnimatedColor struct 2026-02-07 19:39:59 +00:00
Seth Barberee 68aafb9eee Merge pull request #472 from AnonymousRandomPerson/master 2026-02-06 15:41:57 -08:00
AnonymousRandomPerson df51a1fd40 Add apt update to fix build 2026-02-06 17:50:17 -05:00
AnonymousRandomPerson a83ec31928 Merge pull request #471 from Kermalis/stuff
Random doc/clean
2026-02-05 21:08:52 -05:00
Kermalis f631e58e81 Random doc/clean 2026-02-03 18:24:17 -05:00
AnonymousRandomPerson 6d8ff1950b Merge pull request #470 from Kermalis/stuff
Stuff
2025-12-18 10:58:23 -05:00
Kermalis 642312baf1 Remove some != false 2025-12-18 07:28:06 -05:00
Kermalis c94d3dbf71 Eliminate a goto chain 2025-12-18 07:18:16 -05:00