PikalaxALT
|
7b8b5b5c8c
|
Merge branch 'master' into gflib
|
2019-09-27 09:11:22 -04:00 |
|
GriffinR
|
06af24bce5
|
Use misc ScrCmd constants
|
2019-09-16 19:44:47 -05:00 |
|
PikalaxALT
|
306ce048ad
|
Move gflib srcs and headers to gflib subdir
|
2019-09-08 21:07:54 -04:00 |
|
Phlosioneer
|
1360b3a477
|
RGB Constants
|
2019-04-04 17:05:46 -04:00 |
|
Marcus Huderle
|
e9a3cc6d51
|
Merge remote-tracking branch 'upstream/master' into move-tutor
# Conflicts:
# include/pokenav.h
# src/battle_script_commands.c
|
2019-03-17 17:20:40 -05:00 |
|
Phlosioneer
|
9848f84b9e
|
Use constants for Oam .shape and .size fields
Also some general formatting fixes for constants.
|
2019-03-16 12:37:04 -05:00 |
|
Phlosioneer
|
b93d923826
|
Merge branch 'master' into move-tutor
|
2019-03-08 02:27:20 -05:00 |
|
Phlosioneer
|
4907ce6f7f
|
Fully document move_tutor (formerly learn_move)
|
2019-03-03 02:50:40 -05:00 |
|
Phlosioneer
|
3716da5430
|
Rename macro with correct name for pixel values
|
2019-03-02 17:25:39 -05:00 |
|
Phlosioneer
|
44e92ce259
|
Give window drawing functions better names
|
2019-02-22 01:40:11 -05:00 |
|
Phlosioneer
|
c96f8751cd
|
Improve window palette macros
|
2019-02-21 23:27:12 -05:00 |
|
Phlosioneer
|
d979ac3bf3
|
Document main_menu state machine, name window constants
The new names for the constants (and newly named functions) give a much
better understanding of what the window system is trying to do.
|
2019-02-11 00:34:50 -05:00 |
|
DizzyEggg
|
23b240ab65
|
Fix Menu and List Menu input defines
|
2019-02-02 11:04:38 +01:00 |
|
DizzyEggg
|
9320fe8f85
|
Clear includes
|
2018-12-24 00:02:29 +01:00 |
|
DizzyEggg
|
9ffd0c7382
|
3.5 asm left
|
2018-12-17 23:00:08 +01:00 |
|
nullableVoidPtr
|
f9ff7316d5
|
Remove uses of INVALID_ defines, clean up some arrays with constants, and spaces -> tabs
|
2018-12-06 10:38:28 +08:00 |
|
nullableVoidPtr
|
3909b6408c
|
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc as per #325
Some of the INVALID_ are likely erroneously placed, due to lack of documentation
|
2018-12-06 09:44:08 +08:00 |
|
Slawter666
|
4311fd8b89
|
Sort includes into alphabetical order
|
2018-11-14 00:01:50 +00:00 |
|
Diegoisawesome
|
18839a4872
|
Merge remote-tracking branch 'pret/master' into script_menu
|
2018-11-06 20:20:56 -06:00 |
|
Diegoisawesome
|
f8d337e491
|
Finish cleaning up text.c
|
2018-11-06 11:30:21 -06:00 |
|
Diegoisawesome
|
7dd4ed7060
|
r5/r6 swap on sub_80E2578
|
2018-11-05 14:45:54 -06:00 |
|
DizzyEggg
|
b252bd0292
|
Window priority to window bg
|
2018-10-27 00:53:07 +02:00 |
|
Slawter666
|
1ba17e1666
|
Merge branch 'decompile_frontier_2' of https://github.com/DizzyEggg/pokeemerald into factory-data
|
2018-09-09 15:51:13 +01:00 |
|
DizzyEggg
|
2f59df03ab
|
Standartize AddTextPrinterParametrized functions,
|
2018-09-08 23:38:30 +02:00 |
|
Slawter666
|
f74adc80c1
|
Format more templates
|
2018-09-02 17:53:52 +01:00 |
|
Diegoisawesome
|
2dd5fc23d4
|
Prepare learn_move for merge
|
2018-08-12 12:54:07 -07:00 |
|
DizzyEggg
|
ea5ffa3375
|
Merge with master
|
2018-07-16 20:23:05 +02:00 |
|
Diegoisawesome
|
731d6d59bc
|
Document list_menu.c and main_menu.c
|
2018-07-15 04:30:37 -07:00 |
|
DizzyEggg
|
caa36b530a
|
label and document battle windows
|
2018-06-17 16:48:58 +02:00 |
|
DizzyEggg
|
9385036ff7
|
make menu indicators compile
|
2018-05-19 11:53:22 +02:00 |
|
Diegoisawesome
|
416d67c832
|
Finish porting/decompiling field_effect.c
|
2018-05-10 18:36:57 -05:00 |
|
DizzyEggg
|
25c669e36b
|
decompile item
|
2018-04-29 13:36:26 +02:00 |
|
KDSKardabox
|
f9f64fff42
|
Resolve conflicts
|
2018-03-19 16:15:13 +05:30 |
|
KDSKardabox
|
1f7fb45d0f
|
Decompile more functions
|
2018-03-15 16:07:24 +05:30 |
|
DizzyEggg
|
18a92fdcc0
|
list menu is decompiled
|
2018-03-03 14:58:41 +01:00 |
|
DizzyEggg
|
ae29f35afd
|
start decompiling list menu
|
2018-03-02 16:34:31 +01:00 |
|
DizzyEggg
|
94b47c0686
|
decompile overworld
|
2018-02-14 00:58:22 +01:00 |
|
Diegoisawesome
|
772fd47564
|
Merge branch 'master' of https://github.com/pret/pokeemerald into menu
|
2018-02-07 18:06:59 -06:00 |
|
Diegoisawesome
|
d396a8f89c
|
Merge new_menu_helpers and menu
|
2018-02-07 00:07:42 -06:00 |
|
Diegoisawesome
|
18abda9dca
|
Finish menu.s and eliminate TextColor
|
2018-02-06 20:37:54 -06:00 |
|
DizzyEggg
|
db3ecf5012
|
decompile scanline effect
|
2018-01-29 17:47:12 +01:00 |
|
Diegoisawesome
|
10037ac0e1
|
Fix spelling of 'Parametrized' to 'Parameterized'
|
2018-01-24 01:03:20 -06:00 |
|
DizzyEggg
|
a6072ae293
|
decompile option menu
|
2018-01-16 18:59:06 +01:00 |
|
Diegoisawesome
|
841ee0f2b2
|
Fix pokeblock songs include
|
2017-12-22 03:06:57 -06:00 |
|
DizzyEggg
|
df479661ff
|
pokeblock review changes
|
2017-12-20 17:20:41 +01:00 |
|
DizzyEggg
|
c3abe2863f
|
rename
|
2017-12-16 15:12:55 +01:00 |
|
DizzyEggg
|
5b409d49ed
|
pokeblock.s is decompiled
|
2017-12-16 15:10:29 +01:00 |
|
DizzyEggg
|
4351676749
|
decompile more of pokeblock.s
|
2017-12-16 00:08:23 +01:00 |
|
DizzyEggg
|
8ac17e0948
|
move data from asm to pokeblock.c
|
2017-12-11 16:52:28 +01:00 |
|
DizzyEggg
|
b4d10ab7ab
|
split pokeblock files
|
2017-12-10 19:02:51 +01:00 |
|