GriffinR
|
548af3c0f1
|
Document a bit of Match Call
|
2019-12-05 15:33:36 -05:00 |
|
GriffinR
|
6db014cc32
|
Document party_menu first pass
|
2019-10-25 15:41:06 -04:00 |
|
GriffinR
|
37373c1b21
|
Review changes for #817
|
2019-09-25 18:46:25 -05:00 |
|
GriffinR
|
4e98a0cc4b
|
Remove Egg parent constants
|
2019-09-25 18:46:25 -05:00 |
|
GriffinR
|
801ca37f04
|
Document day_care.inc and related
|
2019-09-25 18:46:25 -05:00 |
|
GriffinR
|
85d97542cd
|
Use MAX_MON_MOVES constants
|
2019-09-16 19:21:23 -05:00 |
|
GriffinR
|
5d30304f4e
|
Use OTID constants for CreateMon
|
2019-08-30 22:13:14 -05:00 |
|
Phlosioneer
|
44e92ce259
|
Give window drawing functions better names
|
2019-02-22 01:40:11 -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 |
|
melthelesbian
|
2dd706ca54
|
use max mon moves constant where able (#480)
* use max mon moves constant where able
* fix errors in script commands file
* fix more errors
|
2018-12-25 11:50:15 -06:00 |
|
DizzyEggg
|
9320fe8f85
|
Clear includes
|
2018-12-24 00:02:29 +01:00 |
|
DizzyEggg
|
f1421d94c3
|
Up to sub 0x80ce580
|
2018-12-15 23:58:47 +01:00 |
|
nullableVoidPtr
|
8a8baaeaaa
|
Merge remote-tracking branch 'upstream/master'
|
2018-12-08 12:13:15 +08:00 |
|
DizzyEggg
|
6068495619
|
Document trainer battle scripts (#430)
|
2018-12-07 16:50:56 -06: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 |
|
Diegoisawesome
|
f8d337e491
|
Finish cleaning up text.c
|
2018-11-06 11:30:21 -06:00 |
|
Diegoisawesome
|
6d38431c33
|
Begin cleaning text.c
|
2018-11-06 10:44:48 -06:00 |
|
DizzyEggg
|
b252bd0292
|
Window priority to window bg
|
2018-10-27 00:53:07 +02:00 |
|
Diegoisawesome
|
e75f0b4f80
|
Port/decompile field_control_avatar
|
2018-10-16 21:47:08 -05:00 |
|
Slawter666
|
f74adc80c1
|
Format more templates
|
2018-09-02 17:53:52 +01:00 |
|
DizzyEggg
|
e28ce3be78
|
Fix the strings length issue
|
2018-09-01 22:03:21 +02:00 |
|
Diegoisawesome
|
731d6d59bc
|
Document list_menu.c and main_menu.c
|
2018-07-15 04:30:37 -07:00 |
|
DizzyEggg
|
9e7965fab0
|
document record mixing
|
2018-05-26 00:25:36 +02:00 |
|
DizzyEggg
|
9385036ff7
|
make menu indicators compile
|
2018-05-19 11:53:22 +02:00 |
|
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
|
387dbf48d0
|
Merge pull request #202 from DizzyEggg/move_mon_data
Move data from asm to pokemon_1.c
|
2018-02-08 14:06:57 -06:00 |
|
DizzyEggg
|
ae8e89a10d
|
move some pokemon data to c
|
2018-02-05 17:39:26 +01:00 |
|
Diegoisawesome
|
7d8a2ae7f0
|
Decompile new_menu_helpers.s
|
2018-01-25 15:25:35 -06:00 |
|
DizzyEggg
|
f4ab21ee67
|
Merge branch 'master' into decompile_use_pokeblock
|
2017-12-16 11:42:59 +01:00 |
|
DizzyEggg
|
4351676749
|
decompile more of pokeblock.s
|
2017-12-16 00:08:23 +01:00 |
|
camthesaxman
|
c681b482c2
|
convert more constants
|
2017-12-11 12:27:51 -06:00 |
|
camthesaxman
|
19fbf024ff
|
fix merge conflicts
|
2017-12-05 12:42:30 -06:00 |
|
camthesaxman
|
00896cb3b5
|
rename rng.c to random.c and rom4.c to overworld.c
|
2017-12-05 12:27:33 -06:00 |
|
camthesaxman
|
caa13f8777
|
convert some constants to C headers
|
2017-12-05 11:55:48 -06:00 |
|
DizzyEggg
|
1b7246395d
|
merge conflicts, review changes, daycare
|
2017-11-17 19:31:03 +01:00 |
|
DizzyEggg
|
ba00a1c688
|
daycare file fully done
|
2017-11-15 22:12:18 +01:00 |
|
DizzyEggg
|
616edd6c3f
|
daycare file is decompiled
|
2017-11-15 20:08:31 +01:00 |
|
DizzyEggg
|
0310be3007
|
more of daycare done
|
2017-11-14 23:25:07 +01:00 |
|
DizzyEggg
|
95949c772e
|
more of daycare done
|
2017-11-14 21:43:23 +01:00 |
|
DizzyEggg
|
a972de7bca
|
start working on daycare
|
2017-11-14 20:23:25 +01:00 |
|