Rangi
|
7729dcd204
|
Consistent constants for radio data table sizes (could still be better)
|
2020-08-13 13:47:50 -04:00 |
|
Rangi
|
dd369f3199
|
Move EngineFlags and SpecialsPointers into data/engine/
|
2020-07-22 20:24:53 -04:00 |
|
Rangi
|
11dc805de0
|
Revert "Factor out tables into data/overworld/"
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136.
|
2020-07-22 20:21:26 -04:00 |
|
Rangi
|
b5a7e7de3e
|
Factor out tables into data/overworld/
Fixes #749
|
2020-07-22 15:22:58 -04:00 |
|
Rangi
|
212846af57
|
Treat map setup commands like trade script commands
Fixes #736
|
2020-07-22 13:37:43 -04:00 |
|
Rangi
|
a9941e28cc
|
Define NUM_FLYPOINTS
|
2020-07-21 11:48:39 -04:00 |
|
Rangi
|
59d9932255
|
SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE
|
2020-07-17 13:01:48 -04:00 |
|
Rangi
|
eca33ef190
|
Define map setup commands as macros like other script commands
|
2020-07-13 20:44:16 -04:00 |
|
Rangi
|
6ca82e5c86
|
Eliminate enum: use const instead, with case-by-case parallel const implementations
|
2020-07-08 15:30:23 -04:00 |
|
Rangi
|
43a9295789
|
add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE constants, to avoid repeating the move names in tmhm_moves.asm
|
2020-07-06 16:53:05 -04:00 |
|
Rangi
|
26d764de5d
|
Use STRCMP, not ==, to compare multi-character strings
|
2020-07-02 11:46:30 -04:00 |
|
Rangi
|
fce6243b43
|
Identify more labels, and use the jumptable macro when possible
|
2020-07-01 13:13:49 -04:00 |
|
Rangi
|
c3c18dd196
|
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
|
2020-06-21 18:33:31 -04:00 |
|
Rangi
|
91774f206e
|
Replace "Unreferenced" labels with "; unreferenced" comments
|
2020-06-21 16:27:43 -04:00 |
|
Rangi
|
ac0025064f
|
Identify some more Unknown labels
|
2020-06-20 18:52:26 -04:00 |
|
Rangi
|
f2550fc3c2
|
ReplaceKrisSprite -> UpdatePlayerSprite
|
2020-06-16 19:38:00 -04:00 |
|
Rangi
|
7b2515d1e4
|
[in progress] Harmonize more constant and data files with pokegold
|
2020-06-16 14:32:57 -04:00 |
|
Rangi
|
b9f2b93c17
|
Harmonize some more symbols with pokegold
|
2020-06-16 11:28:52 -04:00 |
|
Rangi
|
75035a71a5
|
Label some mobile addresses, and revise some comments
|
2020-06-13 18:48:26 -04:00 |
|
Rangi
|
518cee440e
|
Resolve #723: treat std scripts like specials and predefs
|
2020-06-10 16:44:16 -04:00 |
|
Rangi
|
60f7ca4006
|
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
|
2020-05-25 03:54:42 -04:00 |
|
Rangi
|
5f197c53f4
|
Clean up some percentage values
|
2020-05-07 14:21:24 -04:00 |
|
Rangi
|
905833ef8c
|
Use a FIRST_UNOWN_CHAR constant for the Unown font
|
2020-05-06 10:34:51 -04:00 |
|
Rangi
|
b69526a908
|
Miscellaneous fixes
Addresses the haircut brothers' probability comments in #709
|
2020-05-05 10:17:02 -04:00 |
|
Rangi
|
20464d1bfb
|
Miscellaneous updates
- `PREDEFPAL_00` -> `PREDEFPAL_ROUTES` (observed from `LoadSGBLayout.GetMapPalsIndex.route`)
- `$0` -> `PLAYER` (standard person ID)
- Fix some whitespace formatting
|
2020-04-30 11:27:32 -04:00 |
|