xCrystal
|
fc7f2d4e0e
|
Remove Mobile, Battle Tower, Mystery Gift, and Odd Egg (#1)
|
2023-07-24 21:13:11 +02:00 |
|
Idain
|
5e983d32aa
|
Use NO_INPUT instead of magic number (#1051)
This is for the Virtual Console builds, where it disables the print functions of Unown and Mail.
|
2023-05-28 09:12:33 -05:00 |
|
mid-kid
|
a6ac67dea2
|
IsMailEuropean → ParseMailLanguage (and give it constants)
|
2023-04-19 19:12:14 +02:00 |
|
mid-kid
|
cf1c505555
|
GetNicknamenamePointer -> GetNicknamePointer
Found this commit on an old drive
|
2023-02-26 12:28:06 +01:00 |
|
Idain
|
a9869f1896
|
Replace hardcoded wMonType constants (#1011)
|
2022-09-28 19:51:39 -05:00 |
|
Rangi
|
4883950318
|
Use for loops to generate box pointer tables
Fixes #996
|
2022-08-31 18:03:49 -04:00 |
|
Colton G. Rushton
|
145d8dd5c2
|
wVirtualOAM -> wShadowOAM and hTransferVirtualOAM -> hTransferShadowOAM (#971)
|
2022-07-09 17:18:22 -04:00 |
|
vulcandth
|
ef9b9bb437
|
Clean up bugs commented in the source code (#912)
Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
|
2022-07-09 16:12:02 -05:00 |
|
Rangi
|
a1498e63e2
|
Rename search.asm and search2.asm
|
2022-06-17 23:27:53 -04:00 |
|
vulcandth
|
66d84ff021
|
MobileCheckOwnMonAnywhere & CheckOwnMonAnywhere Label, comments, formatting (#927)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
|
2022-06-17 23:21:08 -04:00 |
|
vulcandth
|
5f0597e944
|
Rename SLP to SLP_MASK (#918)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
|
2022-06-17 22:25:56 -04:00 |
|
vulcandth
|
3648afda16
|
RGBDS syntax updates (#905)
New MACRO and DEF syntax
|
2022-06-06 17:25:42 -04:00 |
|
vulcandth
|
a4d346cc8c
|
Improved Virtual Console patch identifiers (#907)
|
2022-06-06 17:22:48 -04:00 |
|
Idain
|
dc121712fe
|
Fix misspelled label (#904)
|
2022-04-17 11:36:30 -04:00 |
|
Idain
|
9b4ebe9400
|
Replace magic numbers with constants (#894)
|
2022-03-20 19:58:18 -04:00 |
|
vulcandth
|
31c3c94d64
|
Build the Virtual Console patch with make crystal11_vc (#882)
Fixes #813
|
2022-03-12 18:34:04 -05:00 |
|
Rangi
|
e706b878d9
|
Use ~X instead of $ff ^ X
|
2021-11-23 20:37:18 -05:00 |
|
Rangi
|
187b120007
|
Add assertions to some more tables
|
2021-10-24 18:28:54 -04:00 |
|
Rangi
|
f59f1bdb88
|
Standardize capitalization of ".Jumptable"
|
2021-06-19 19:52:05 -04:00 |
|
Rangi
|
a41dac9a2f
|
"ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld [wCurPartyLevel], a"
|
2021-06-07 19:36:03 -04:00 |
|
Rangi
|
316fa4b695
|
Use rgbds 0.5.0
|
2021-04-19 16:31:37 -04:00 |
|
Rangi
|
dc18e188b2
|
Sync some files with pokegold
|
2021-03-24 10:24:52 -04:00 |
|
Rangi
|
0506e5b1b9
|
Assert the sBox1-14 tables have NUM_BOXES entries
|
2021-03-21 17:47:53 -04:00 |
|
Rangi
|
4522162d45
|
Consistent labels for each nickname in RAM
|
2021-03-17 16:38:21 -04:00 |
|
Rangi
|
c1c609ec4a
|
Identify scrolling menu lists in WRAM
Fixes #809
|
2021-03-08 09:41:55 -05:00 |
|
Rangi
|
287d893d22
|
Use PARTY_LENGTH and MAILBOX_CAPACITY constants
|
2021-02-10 08:50:39 -05:00 |
|
Rangi
|
7d3ea88611
|
Rename GetFarHalfword to GetFarWord
Fixes #796
|
2021-01-09 15:16:05 -05:00 |
|
Rangi
|
5db892782a
|
Remove "Buffer" suffix from two HRAM labels
|
2020-12-23 16:54:28 -05:00 |
|
Rangi
|
99e66c2557
|
Rename some labels
- Remove "Buffer" suffix from some byte and word quantities
- Change "Ptr" to "Pointer"
Fixes #789
|
2020-12-23 16:29:30 -05:00 |
|
Rangi
|
97e981985b
|
Correct some filename comments
|
2020-11-17 11:12:21 -05:00 |
|
Rangi
|
fa3712ea34
|
Remove "XXX" comments (various "???+" still mark unclear code)
|
2020-11-09 16:38:11 -05:00 |
|
Rangi
|
17894e5f39
|
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
|
2020-11-09 15:20:40 -05:00 |
|
Rangi
|
c88c4a8340
|
Identify more uses of wBuffer1-6
|
2020-11-03 19:53:07 -05:00 |
|
Rangi
|
826e070f04
|
More syncing with pokegold
|
2020-11-03 10:13:06 -05:00 |
|
Rangi
|
6220200f0f
|
Identify some more labels, and make some more consistent
|
2020-11-01 12:36:38 -05:00 |
|
Rangi
|
bcc0d633e9
|
Identify the remaining (non-mobile) uses of another WRAM union
|
2020-10-29 14:51:41 -04:00 |
|
Rangi
|
ea426a8879
|
Identify more WRAM labels, and start a <X>_DummyFunction label convention
|
2020-10-28 14:34:38 -04:00 |
|
Rangi
|
6d333bed5f
|
Replace many '; unused' with '; unreferenced'
|
2020-10-28 10:21:10 -04:00 |
|
Rangi
|
9dcdad5e60
|
Comment, remove, or revise many unreferenced labels
|
2020-10-26 20:29:58 -04:00 |
|
Rangi
|
406ac7afbb
|
Identify some values as relative struct offsets in MoveScreenLoop
|
2020-10-14 18:32:41 -04:00 |
|
Rangi
|
fc08ff2c38
|
Identify some unnamed labels
|
2020-10-06 13:50:02 -04:00 |
|
Rangi
|
42d0a2567a
|
Identify some more unnamed labels
|
2020-10-05 20:10:01 -04:00 |
|
Rangi
|
6b7ade66da
|
Identify more unnamed labels
|
2020-10-05 16:15:57 -04:00 |
|
Rangi
|
d9603e3e33
|
Identify more unnamed labels
|
2020-10-04 22:34:50 -04:00 |
|
Rangi
|
306c85750e
|
Identify some more unnamed labels
|
2020-10-04 20:10:39 -04:00 |
|
mid-kid
|
79bb2784e9
|
Better label 2D menu data
|
2020-08-03 22:56:49 +02:00 |
|
Rangi
|
e239aa4aba
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
Rangi
|
f5ac9b0eb7
|
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
|
2020-07-04 16:18:16 -04:00 |
|
Rangi
|
91774f206e
|
Replace "Unreferenced" labels with "; unreferenced" comments
|
2020-06-21 16:27:43 -04:00 |
|
Rangi
|
cc460a17b0
|
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
To do: engine/{menus, overworld}
|
2020-06-17 17:03:38 -04:00 |
|