587 Commits

Author SHA1 Message Date
Narishma-gb a0dad0957a Update link.asm and WRAM link transfer related symbols (#141) 2026-08-06 17:08:46 -04:00
Alieneer 294d41a445 Change unused battle command and unused tileset anims labels to match pokegold-spaceworld (#150)
---------

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-06-28 13:02:16 -04:00
Narishma-gb 211e914ac6 Add some constants, crop some GFX 2026-06-08 13:32:48 -04:00
Narishma-gb 6d3139ce90 Rename EVENT_LAKE_OF_RAGE_ELIXIR_ON_STANDBY to match the ETHER prize 2026-06-08 13:32:48 -04:00
Narishma-gb 4cb90a8c0a Renaming in DoBattleTransition
Fix comments in `CopyBGMapViaStack` routines, fix some flags
2026-06-08 13:32:48 -04:00
Narishma-gb 55f6529a62 Use a constant in PlaceMenuItemQuantity 2026-06-08 13:32:48 -04:00
Narishma-gb 033cfbbd5e Fix a constant in MoveMailFromPCToParty 2026-06-08 13:32:48 -04:00
Narishma-gb e317ca613f Add some comments/constants to core.asm and intro_menu.asm 2026-06-08 13:32:48 -04:00
Rangi 4a557cfebd Remove the spurious WEATHER_*_END constants
These were probably a mistake from confusing two consecutive
pointer tables, `.WeatherMessages` and `.WeatherEndedMessages`,
with one long table
2026-06-07 21:35:15 -04:00
Rangi f9b388bafa Use for loops to declare dw sequences 2026-06-07 01:39:49 -04:00
Rangi 9ca05ca3fc Correct some map object-related constant names and a comment 2026-06-07 01:39:27 -04:00
Rangi 16a09fe5aa Deduplicate the credits string/tilemap 2026-06-07 01:38:07 -04:00
Rangi cc9f0b55ba Define tileset animations with a tileframe macro, and move them to data/tileset_anims.asm 2026-06-07 01:31:59 -04:00
MichailTalReborn 7caa3e141b Comment bug: AI does not discourage Nightmare if the player has any status condition 2026-06-07 01:26:15 -04:00
mid-kid 09d2148d6d Use separate constants for wChosenCableClubRoom (#144)
These numbers aren't related to the LINK_ values at all, it's just a
coincidence.

Changing these is an easy way for games to force incompatibility with
the original game.
2026-02-08 13:47:25 -05:00
Rangi a3dd44d76e Use hardware.inc OAM offset constants for overworld map objects 2026-01-20 19:12:08 -05:00
Jordan Moore be1ddee94d Replace magic numbers with constants in engine/battle/ai/switch.asm (#1216) 2026-01-20 19:09:39 -05:00
SourApple ba069a1fad Bug: AI use of Full Heal or Full Restore does not cure Attack or Speed drops from burn or paralysis
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-01-20 19:08:34 -05:00
Pyrois81 d80786f4e8 Mention another bug in the catching formula 2026-01-20 19:05:53 -05:00
Rangi d2c9e2d74f Use features of RGBDS 1.0.0 (#138) 2025-11-12 15:44:00 -05:00
Linus Unnebäck b8ed9517ab Make wBargainShopFlags 16 bits (#137) 2025-09-06 16:47:47 -04:00
Rangi fd52552151 Use dname macro to automatically pad names with "@" characters (#135) 2025-08-17 09:48:06 -04:00
Linus Unnebäck 9b3df7e0d6 Inline NoSwarmWildmon label (#134) 2025-08-15 16:08:50 -04:00
Rangi42 33df401392 Identify JOYP_SGB_MLT_REQ constant 2025-08-11 16:36:33 -04:00
Rangi42 a17b2c580e Update hardware.inc to 5.3.0 and use its new constants 2025-08-11 15:56:17 -04:00
Rangi42 58b9a05a1f Use combined joypad masks 2025-06-30 12:47:34 -04:00
Rangi42 b03ba1a549 Update hardware.inc to 5.1.0 2025-06-30 12:47:34 -04:00
Rangi f57be98873 Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#130) 2025-06-23 09:11:35 -04:00
Rangi42 9a798b0137 Use offsets from ANIM_* constants for wBattleAfterAnim (formerly wNumHits) 2025-05-31 15:22:54 -04:00
Rangi42 4be4d4708e Define constants for wBillsPCPokemonList entries 2025-05-31 15:17:06 -04:00
Rangi42 24db8a0183 Add a CANNOT_MOVE constant 2025-05-31 15:12:11 -04:00
Rangi42 897dda77bd Verify the battle BG effect pointer table length 2025-03-15 01:22:56 -04:00
Rangi42 a7fb4e069e Sync further with pokecrystal 2025-03-15 01:03:21 -04:00
Rangi42 bd94c01a44 Verify the trade dialog pointer table length 2025-03-15 00:49:22 -04:00
Rangi42 5032f98fac Verify the mart types pointer table length 2025-03-15 00:44:27 -04:00
Rangi42 81a1dc3e18 Use SIZEOF/STARTOF from RGBDS 0.7.0 2025-03-15 00:39:08 -04:00
Rangi42 83e31d7c07 Correct wrong and misleading comments about enemy trainer AI 2025-03-14 23:13:09 -04:00
Rangi42 359d7ae325 Separate constants for name types and naming screen types 2025-03-14 21:44:48 -04:00
Rangi42 2571edf37b Avoid using EQUS when EQU or MACRO will do 2025-03-14 21:38:49 -04:00
Rangi42 44226aa43d Add assert to note _CGB_Diploma also loads PartyMenuOBPals 2025-03-14 21:31:52 -04:00
Rangi42 1a7bc6b1f5 Remove "skip" prefix from AI move score labels 2024-12-29 15:33:40 -05:00
Rangi 3affb23969 Don't pass redundant label names to table_width and list_start (#126) 2024-12-27 12:35:41 -05:00
Rangi bcb1092774 Use RGBDS 0.9.0 (#124) 2024-12-25 21:24:31 -05:00
Jordan Moore 990f43865b Rename checkcurl to checkrollout 2024-12-25 12:05:58 +01:00
Rangi42 0388785af8 Use SERIAL_RNS_LENGTH in _BattleRandom 2024-12-21 21:05:39 -05:00
Sylvie 201d12d44e Bit 7 of wJumptableIndex is often JUMPTABLE_EXIT_F (#123) 2024-11-30 17:25:26 -05:00
Rangi42 3257bc1924 Add documentation for HideHeadbuttTree 2024-11-28 22:03:14 -05:00
Rangi42 9b19999aee Some formatting cleanup 2024-11-28 22:02:24 -05:00
Sylvie 7ebc4324db Identify more bit flags (#120) 2024-11-28 14:50:00 -05:00
Rangi42 8e9706d8a4 Fix AI_Smart_Curse labels 2024-10-17 17:28:27 -04:00