Commit Graph

4973 Commits

Author SHA1 Message Date
Rangi 4d102dcb3f Allow `vc_const` to work with charmap characters (necessary for pokegold) 2022-03-13 23:21:27 -04:00
Rangi a4bc0ab74f Error messages end with newlines 2022-03-13 14:04:36 -04:00
mid-kid a3e31d6463 Fix building with make-3.81 2022-03-13 13:31:11 +01:00
Idain 3bb94e4928
Solve issue with Full Heal text bugfix (#887)
Fixes #818
2022-03-13 01:46:04 -05:00
Rangi c34add7e08 Slightly reformat the vc_patch.md docs 2022-03-13 00:33:49 -05:00
Rangi 732acf1d4f Allow `{patch offset length}` (necessary for pokegold) 2022-03-12 22:50:42 -05:00
Rangi f33a041930 Allow alternate labels for patch names 2022-03-12 22:38:29 -05:00
vulcandth 31c3c94d64
Build the Virtual Console patch with `make crystal11_vc` (#882)
Fixes #813
2022-03-12 18:34:04 -05:00
Rangi 775b5d046c tools/palfix.py gfx/pokemon/nidoran_m/back.png 2022-03-12 18:17:39 -05:00
FrenchOrange bcb72c80bb
Fix mono Nidoran♂ back sprite issue (#885) 2022-03-12 18:16:14 -05:00
Rangi 3a562f9896 Identify some wMenuJoypad-related button constants 2022-03-09 19:42:26 -05:00
Rangi 1a6b051119 Slightly refactor some C tools 2022-03-08 21:47:23 -05:00
Eldred Habert e068f9cf69
Make male Nidoran's back pic indexed (#884)
It's the only backpic that isn't indexed; this inconsistency is a little problematic when doing, er, batch processing
2022-03-04 18:02:24 -05:00
Rangi e888b2f826 Rename `*_verbose` functions to idiomatic `x*` 2022-03-02 21:39:13 -05:00
Rangi 824d6bbaf2 Remove unused #include <unistd.h> 2022-02-28 19:28:09 -05:00
Rangi 2910b9a6c2 Rename `GetPokedexEntryBank` to `HeavyBall_GetDexEntryBank` 2022-02-22 17:11:33 -05:00
Idain 0d6fae45a5
Clarify how wCurBattleMon works (#880) 2022-02-22 09:48:29 -05:00
Idain d0c8f63f25
Rename ENGINE_FISH_SWARM to ENGINE_QWILFISH_SWARM (#879) 2022-02-22 09:47:05 -05:00
Rangi 2cc17f780a Explain why make_frames works 2022-02-21 08:58:22 -05:00
mid-kid 418b73bc6d Use constants for PartyAttr in move_effects/thief.asm 2022-02-15 18:30:57 +01:00
Rangi e56a9f7962 Clear however many bytes are needed for wFruitTreeFlags 2022-02-14 17:28:08 -05:00
vulcandth 145ab57aba
Fixed IlexForestKurtStepsDownMovement capitalization typo (#877) 2022-02-13 13:39:45 -05:00
Rangi 13837b429c Define the `*_WILDDATA_LENGTH` equations to match their data representation 2022-02-12 10:01:12 -05:00
Rangi 0817dee42c Fix heading 2022-01-24 21:57:55 -05:00
Idain e949477089
Document Return/Frustration bug and its fix (#872)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-01-24 20:48:21 -05:00
mid-kid 1dc88cb585 Enumerate MobileAPI function constants 2022-01-23 18:13:41 +00:00
Rangi ce16317f33 `ClearWindowData` clears four menu data buffers, each the same size 2022-01-22 21:43:09 -05:00
Rangi 20dc31115e Use `VRAM_End` in place of `sScratch` 2022-01-20 20:16:22 -05:00
Idain 597701f168
Document fix for game freezing while switching mon (#869)
Fixes #868

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-01-10 21:32:41 -05:00
Rangi 0ffdb65210 Better comments for enemy health percentage code 2022-01-10 21:25:43 -05:00
Rangi 418c70a8af Don't require a boolean trainer flag for `givepoke`
Fixes #865
2022-01-10 21:16:34 -05:00
Rangi 039addcb00 Clarify documentation for `dorepeat`
Fixes #859
2022-01-10 21:01:03 -05:00
Idain 5ac4a51751
Use time constants more often (#867) 2022-01-10 20:57:40 -05:00
Idain 67207fab94
Identify why five of six enemy mon base stats are copied (#866)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-01-08 13:42:40 -05:00
Idain 288532131b
Document fix for hatching Unown eggs (#863)
All `diff` lines should start with `+`, `-`, or space, even when a tab comes after

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-12-31 11:53:54 -05:00
Rangi a6cffc04c3 Use `MAP_LENGTH` in `GetMapPointer` 2021-12-30 18:16:22 -05:00
Rangi 69185e1657 Identify some overworld movement data 2021-12-22 21:38:26 -05:00
mid-kid c65325491d Fix Berserk Gene confusion count in docs/bugs_and_glitches.md
Thanks to Major_Agnostic#4555 and Idain#2857
2021-11-30 18:57:04 +01:00
Rangi 9042b8f83d Swimmer♀ Mary is unused 2021-11-28 11:39:46 -05:00
Rangi e706b878d9 Use ~X instead of $ff ^ X 2021-11-23 20:37:18 -05:00
Rangi ab0f9c287a Use compound assignment operators 2021-11-23 20:18:08 -05:00
Rangi 6834c7a9a1 Require rgbds 0.5.2 2021-11-23 20:14:08 -05:00
Rangi 645719e99b Comment unused trainers
Fixes #819
2021-11-03 19:33:54 -04:00
Yoann Fievez 44203872c3
Launch 'make compare' only for pret repo and not fork (#858)
Fixes #856
2021-11-03 17:26:05 -04:00
Rangi 39111486ab Fix #845: Liz gossips about a beautiful trainer, not Pokémon 2021-11-03 17:24:16 -04:00
Rangi b8fc67848e Relocate the beta poker WRAM labels to avoid a UNION 2021-10-30 23:02:34 -04:00
Rangi 860585b0af Clarify documentation of maskbits 2021-10-29 17:33:52 -04:00
Rangi 753ed7186c Use -1 for terminating happiness probability data 2021-10-28 17:02:13 -04:00
Rangi 187b120007 Add assertions to some more tables 2021-10-24 18:28:54 -04:00
Rangi d4a6a1b2bc Add table assertions to slot machine data 2021-10-15 22:15:00 -04:00