Remy Oukaour
|
16eb97ae9c
|
Constant swap explains this Battle Tower bug
|
2018-01-10 02:55:44 -05:00 |
|
Remy Oukaour
|
7de7441e72
|
gfx/*.asm files have INCBINs
|
2018-01-10 02:38:45 -05:00 |
|
Remy Oukaour
|
ee4ec65fc1
|
map_objects.pal is easier to find in gfx/overworld/ than gfx/sprites/
|
2018-01-10 02:30:17 -05:00 |
|
Remy Oukaour
|
9af6d8d0f1
|
Split tilesets/ into gfx/tilesets and data/tilesets/
|
2018-01-09 23:53:58 -05:00 |
|
Remy Oukaour
|
5c5f8b325f
|
Move data/palettes/ .pal files into gfx/
|
2018-01-09 23:21:32 -05:00 |
|
Remy Oukaour
|
f22485b08d
|
Binary tilemaps
|
2018-01-09 22:44:06 -05:00 |
|
Remy Oukaour
|
feb34b49ba
|
data/phone_text → data/phone/text
|
2018-01-09 19:51:30 -05:00 |
|
Remy Oukaour
|
cc0fd6e12c
|
CRYSTAL11 → _CRYSTAL11
|
2018-01-09 17:26:40 -05:00 |
|
Remy Oukaour
|
a8cf8979d9
|
Do a little cleanup towards issue #465
|
2018-01-09 17:20:47 -05:00 |
|
Remy Oukaour
|
ce50d1b2cb
|
Clearer Battle Tower code
|
2018-01-09 16:55:11 -05:00 |
|
Remy Oukaour
|
11556196ba
|
Consistent sine wave code formatting
|
2018-01-09 16:39:36 -05:00 |
|
Remy Oukaour
|
a849c3557b
|
More comments
Fix some constants
|
2018-01-09 15:39:48 -05:00 |
|
Remy Oukaour
|
5a73a62d9b
|
Move battle engine data into data/
IsJohtoGymLeader → IsGymLeader
|
2018-01-09 15:12:49 -05:00 |
|
Remy Oukaour
|
2f741dfa03
|
Remove old Python class names from script command param doc comments
|
2018-01-09 01:02:29 -05:00 |
|
Remy Oukaour
|
05e5eaf12f
|
Eliminate version.asm (resolves #464)
|
2018-01-09 00:51:53 -05:00 |
|
Remy Oukaour
|
459d5d3164
|
default_names.asm → player_names.asm
|
2018-01-09 00:45:03 -05:00 |
|
Remy Oukaour
|
d0a8e8e744
|
includes.asm → constants.asm
|
2018-01-09 00:36:15 -05:00 |
|
Remy Oukaour
|
31edd7f803
|
Move text/ into data/
|
2018-01-09 00:23:48 -05:00 |
|
Remy Oukaour
|
bdd3a55333
|
Organize mobile/battle_tower_*.asm data and code
|
2018-01-06 18:53:30 -05:00 |
|
Remy Oukaour
|
10bd011d06
|
More relevant data file locations
|
2018-01-03 02:23:54 -05:00 |
|
Remy Oukaour
|
8d095cd5b8
|
Better names
|
2018-01-03 01:27:12 -05:00 |
|
Remy Oukaour
|
3fc06b0f9d
|
Use constants
|
2018-01-02 20:35:57 -05:00 |
|
Remy Oukaour
|
a7fb9e124c
|
Use dsprite for Pokédex cursor OAM data
|
2018-01-02 18:02:22 -05:00 |
|
Remy Oukaour
|
4f01dff6c2
|
Use OAM flags in dsprite data
|
2018-01-02 17:26:23 -05:00 |
|
Remy Oukaour
|
648e71832a
|
Comment correction
|
2018-01-02 14:50:04 -05:00 |
|
Remy Oukaour
|
776b8c7396
|
Egg hatch shell framgent data is not exactly dsprite
|
2018-01-02 14:48:24 -05:00 |
|
Remy Oukaour
|
2dd9ac08a4
|
More sprite anim documentation
|
2018-01-02 14:39:24 -05:00 |
|
Remy Oukaour
|
7ad8ea13c9
|
Document more sprite anim data
|
2018-01-02 14:25:58 -05:00 |
|
Remy Oukaour
|
be2aeedcf0
|
More clarification
|
2018-01-02 11:53:06 -05:00 |
|
Remy Oukaour
|
d435bd8911
|
Reword Magikarp length comments
|
2018-01-02 11:50:08 -05:00 |
|
Remy Oukaour
|
3c953efcba
|
Consistent *_palette_map.asm
|
2018-01-01 18:33:42 -05:00 |
|
Remy Oukaour
|
0722de77ae
|
Remove trailing whitespace
find . -name '*.asm' -exec sed -i 's/[ \t]\+$//' {} \;
|
2018-01-01 18:32:01 -05:00 |
|
xCrystal
|
a98ed77c83
|
Merge 2d0ed11 and 355acfc from Roukaour/master
|
2018-01-01 20:25:07 +01:00 |
|
xCrystal
|
37369d1ae0
|
Rename Pals labels in WRAM bank 5
|
2018-01-01 20:09:53 +01:00 |
|
xCrystal
|
6e12a51503
|
Use more palette(s) constants
|
2018-01-01 20:09:53 +01:00 |
|
Remy Oukaour
|
2d0ed1159e
|
Use constants for rBGPI+rOBPI auto-increment
Fix some documentation
|
2018-01-01 13:43:02 -05:00 |
|
yenatch
|
8c3905c4cd
|
Merge pull request #451 from yenatch/document-battle-anim-macros
Fix and document some battle animation macros
|
2018-01-01 12:47:28 -05:00 |
|
yenatch
|
927e87eda5
|
AnimateEndOfExpBar palette constant
|
2018-01-01 04:40:30 -05:00 |
|
yenatch
|
92fba8821c
|
Merge pull request #450 from roukaour/master
Constants for TextBoxFlags
|
2017-12-30 21:32:45 -05:00 |
|
Remy Oukaour
|
b40181db41
|
Use input constants
|
2017-12-30 12:35:50 -05:00 |
|
Remy Oukaour
|
f01434f2c0
|
bgrows → * BG_MAP_WIDTH
No dims macro
|
2017-12-29 18:59:50 -05:00 |
|
xCrystal
|
2a7ba6685a
|
Clean up changes in 3c6c80f
|
2017-12-29 19:22:33 +01:00 |
|
xCrystal
|
3c6c80f1b2
|
LY_BLANK and rLCDC constants
|
2017-12-29 18:53:21 +01:00 |
|
xCrystal
|
6464d077ee
|
slot_reel offset constants
|
2017-12-29 16:48:47 +01:00 |
|
xCrystal
|
ee5bf71640
|
Consistently name unknown fields in macros/wram as Fieldxx
|
2017-12-29 16:19:51 +01:00 |
|
xCrystal
|
def3b60493
|
Clean up .Jumptable: spaces
|
2017-12-29 13:52:42 +01:00 |
|
Remy Oukaour
|
b9a68fec25
|
Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)
|
2017-12-28 22:13:39 -05:00 |
|
Remy Oukaour
|
4c35f3ac85
|
Merge branch 'master' of https://github.com/pret/pokecrystal
# Conflicts:
# macros/scripts/maps.asm
|
2017-12-28 20:56:21 -05:00 |
|
xCrystal
|
50fc9c3389
|
endm -> ENDM
|
2017-12-28 22:31:16 +01:00 |
|
Remy Oukaour
|
bb005694b3
|
Avoid unused labels
|
2017-12-28 14:42:56 -05:00 |
|