Remy Oukaour
|
dfcca93b45
|
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (resolve PR #460)
# Conflicts:
# engine/battle/core.asm
# engine/save.asm
|
2018-01-14 23:00:22 -05:00 |
|
Remy Oukaour
|
7a09fc9f75
|
GFX tile sizes in decimal
|
2018-01-14 19:43:35 -05:00 |
|
Remy Oukaour
|
94d6a32721
|
Use maskbits some more
|
2018-01-11 14:27:19 -05:00 |
|
Remy Oukaour
|
5c5f8b325f
|
Move data/palettes/ .pal files into gfx/
|
2018-01-09 23:21:32 -05:00 |
|
Remy Oukaour
|
d0a8e8e744
|
includes.asm → constants.asm
|
2018-01-09 00:36:15 -05:00 |
|
Adelaide Walter
|
9d0ba6bfd3
|
Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessary).
|
2018-01-03 19:12:45 -05:00 |
|
xCrystal
|
37369d1ae0
|
Rename Pals labels in WRAM bank 5
|
2018-01-01 20:09:53 +01:00 |
|
xCrystal
|
def3b60493
|
Clean up .Jumptable: spaces
|
2017-12-29 13:52:42 +01:00 |
|
xCrystal
|
333524f0be
|
Lowercase v for VRAM addresses
|
2017-12-28 13:32:33 +01:00 |
|
Remy Oukaour
|
8259136911
|
Name mail graphics
|
2017-12-26 20:02:00 -05:00 |
|
Remy Oukaour
|
e34e68095d
|
Resolve #428: Use HIGH(X) and LOW(X) instead of X / $100 and X % $100 or X >> 8 and X & $ff
|
2017-12-25 14:23:16 -05:00 |
|
Remy Oukaour
|
fa98c29fa4
|
Add more palettes to data/palettes/
|
2017-12-15 22:36:33 -05:00 |
|
Remy Oukaour
|
59fe407812
|
Copy pokered's organization some more, with further constant and data files
|
2017-12-15 17:22:52 -05:00 |
|
Remy Oukaour
|
ab7025a144
|
Consistent code formatting: no redundant a s and spaces after commas
|
2017-12-10 00:06:20 -05:00 |
|
Remy Oukaour
|
cd2a748128
|
More WRAM cleanup
|
2017-12-09 22:00:36 -05:00 |
|
Remy Oukaour
|
16c6696dd5
|
Start organizing WRAM
- Use db and dw when they're more meaningful than ds 1/2
- Use unions to group related labels
|
2017-12-09 13:58:49 -05:00 |
|
PikalaxALT
|
0e470bc785
|
Fix section linking
Create linker script and float all sections
|
2017-09-23 23:04:10 -04:00 |
|
Ben10do
|
288902139f
|
Revert "Fix floating sections"
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
|
2017-03-24 11:51:03 +00:00 |
|
AntonioND
|
e28b88f56d
|
Fix floating sections
This is needed so that rgblink doesn't move them around after modifying
it's placement algorithm.
Signed-off-by: AntonioND <antonio_nd@outlook.com>
|
2017-03-15 00:52:26 +00:00 |
|
pikalaxalt
|
4e2487c056
|
hLCDCPointer and InitList
|
2016-06-13 22:53:33 -04:00 |
|
pikalaxalt
|
3713b71d9e
|
More splitting of main.asm; remove unneeded rept 2
|
2016-05-04 11:46:23 -04:00 |
|
pikalaxalt
|
bf73772a56
|
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
|
2016-04-10 14:42:14 -04:00 |
|
PikalaxALT
|
f030315b1f
|
jumptable macro repurposed
|
2015-12-26 21:59:03 -05:00 |
|
PikalaxALT
|
2a2222476a
|
Split up anim objects into several files
|
2015-12-24 14:07:33 -05:00 |
|
PikalaxALT
|
6e257bc7cd
|
mystery gift, credits
|
2015-12-14 20:06:41 -05:00 |
|