Commit graph

2478 commits

Author SHA1 Message Date
Rangi
2d562a673b Factor out shared audio/notes.asm 2020-06-27 22:24:13 -04:00
Rangi
eeb45036e2 Individual images for party menu icon graphics 2020-06-27 22:16:01 -04:00
Rangi
76d02feca0 Move mon_nest_icon.png to gfx/town_map 2020-06-27 21:43:32 -04:00
Rangi
6a1e077d2d Travis builds with rgbds 0.4.0 from source 2020-06-27 21:43:32 -04:00
Rangi
412d3c7a92 Create .map files, and don't sort .sym files since rgbds 0.4.0 does that 2020-06-27 21:43:32 -04:00
Rangi
209ecc1919 Merge pic/ into gfx/ 2020-06-27 21:43:32 -04:00
Rangi
77df64ba9c Fix the slot machine tilemap, and adjust the slot graphics 2020-06-27 21:43:32 -04:00
Rangi
e770ee77ce Replace .tilecoll files with tile ID db data 2020-06-27 21:43:32 -04:00
Rangi
d5089d3c62 Organize gfx/ 2020-06-27 21:43:32 -04:00
Rangi
4b853ad676
Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2020-06-27 15:32:24 -04:00
Daniel Harding
ff927ba730
Merge pull request #250 from Rangi42/master
Move more tables from engine/ to data/
2020-06-23 19:06:14 -05:00
Rangi
0a62d48df2 Move more tables from engine/ to data/
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2020-06-23 17:50:50 -04:00
Daniel Harding
bdeb494add
Merge pull request #243 from Nog-Frog/rename-unused-cd40
Name UnusedCD40
2020-06-21 12:23:10 -05:00
Daniel Harding
9dc71c771e
Merge pull request #246 from Akatsuki-py/SubtractAmountPaidFromMoney
fix SubtractAmountPaidFromMoney comment
2020-06-14 14:41:32 -05:00
Akatsuki-py
a3b6d69efc remove two whitespaces 2020-06-06 10:50:05 +09:00
Akatsuki-py
09f07502b3 fix SubtractAmountPaidFromMoney comment 2020-06-05 04:32:12 +09:00
Daniel Harding
dfe718d99e
Merge pull request #245 from Nog-Frog/small-changes
Change wGrassRate to wLinkEnemyTrainerName
2020-06-02 09:34:52 -05:00
Nog-Frog
9c01ebc147 Change wGrassRate to wLinkEnemyTrainerName 2020-06-02 12:39:06 +03:00
dannye
20a3d84396 Replace hard-coded value of CRY_SFX_START 2020-05-29 17:30:15 -05:00
Nog-Frog
7ecfd641fb Name UnusedCD40
Every man deserves a name :)
2020-05-29 10:07:53 +03:00
Daniel Harding
50963770f3
Merge pull request #242 from Akatsuki-py/fix_CopyDataUntil
fix comment in CopyDataUntil
2020-05-27 14:36:35 -05:00
Daniel Harding
6119945fca
Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box
Change "Set to box" to "Sent to box"
2020-05-27 14:34:34 -05:00
Daniel Harding
d29d0224e5
Merge pull request #239 from Akatsuki-py/use_rept
Use rept macro in CopyHealingMachineOAM
2020-05-27 14:34:06 -05:00
akatsuki-py
18b3aa621f fix comment in CopyDataUntil 2020-05-28 04:15:53 +09:00
Nog-Frog
39f0bcb987 Change "Set to box" to "Sent to box" 2020-05-26 15:14:46 +03:00
dannye
f52c1bb78d Remove accidental file from 6ec4b00 2020-05-24 19:15:21 -05:00
dannye
9a8811b492 Misc minor clean up
spotted by comparing against pokeyellow
2020-05-24 18:59:05 -05:00
akatsuki-py
07165f25dc use rept macro 2020-05-24 04:58:12 +09:00
Daniel Harding
4889e8fa3e
Merge pull request #238 from Akatsuki-py/fix_ffa1
add "hMoney + 2" label for $ffa1
2020-05-20 19:08:49 -05:00
akatsuki-py
a13762b7bb add "hMoney + 2" label for $ffa1 2020-05-21 01:26:06 +09:00
Daniel Harding
606df6a317
Merge pull request #237 from mattbruv/vermilion
Documented Vermilion Gym
2020-05-05 20:46:15 -05:00
Matt
aa030e9673 change input hex to constants 2020-05-05 21:42:40 -04:00
Matt
1978a37e19 document vermilion gym 2020-05-05 21:28:19 -04:00
Daniel Harding
2e44e4562f
Merge pull request #236 from mattbruv/vermilion
label hardcoded HRAM address, start documenting Vermilion
2020-05-03 13:57:59 -05:00
Matt
8210dca8e5 label npc conditional text 2020-05-03 14:41:11 -04:00
Matt
6ec4b00b52 clean up vermilion labels 2020-05-03 14:25:01 -04:00
Matt
b6aa26ffa4 label hardcoded HRAM address, start documenting Vermilion 2020-05-03 02:00:01 -04:00
Daniel Harding
dcff1305fe
Merge pull request #234 from Akatsuki-py/fix_comment
Fix comment from Y pos to X pos
2020-04-30 12:31:03 -05:00
Akatsuki-py
1682aeb62a Fix comment from Y pos to X pos 2020-05-01 02:27:49 +09:00
Daniel Harding
5048f24816
Merge pull request #223 from pret/audio-macros
Audio macros
2020-02-05 17:59:01 -06:00
mid-kid
6348ed24fe
New Discord invite link
Something something community.
2019-12-11 21:00:38 +01:00
mid-kid
ab696295b3
Merge pull request #229 from ketsuban/percent-macro
Use percent macro for trainer AI packages
2019-11-23 23:20:20 +00:00
Thomas Winwood
d8605df73d Use percent macro for trainer AI packages 2019-11-23 19:47:46 +00:00
deak311andris
71090c1349 Deobfuscate Pewter city 2019-10-07 15:53:27 +02:00
deak311andris
1aa28afad4 Deobfuscate Viridian City 2019-10-07 15:45:45 +02:00
deak311andris
2e45c2946a Deobfuscate gyms consistently 2019-10-07 07:23:57 +02:00
deak311andris
8d2afb7c13 OaksLab deobfuscation 2019-10-03 15:19:30 +02:00
dannye
362bba7642 Rename dnote to drum_note and dspeed to drum_speed 2019-09-03 22:36:02 -05:00
Daniel Harding
bfd1d53d84
Merge pull request #224 from UrsSchmidt/master
Fixed some wrong wram addresses within comments.
2019-08-25 16:09:29 -05:00
Urs-Björn Schmidt
f4cc5663b2 Fixed some wrong wram addresses within comments. 2019-08-25 22:31:28 +02:00