Commit Graph

505 Commits

Author SHA1 Message Date
entrpntr
9d0c8dbf8e Rename labels to stop cheating the unnamed.py script. 2020-06-19 07:35:14 -04:00
Rangi
e87159ed7b Harmonize engine/menus with pokecrystal 2020-06-18 10:11:03 -04:00
Rangi
e5ee8ec7c0 Harmonize engine/overworld with pokecrystal 2020-06-17 22:11:49 -04:00
Rangi
451f529b0d Harmonize engine/{movie, pokemon} with pokecrystal
To do: engine/{menus, overworld}
2020-06-17 17:02:45 -04:00
Rangi
993f87a852 Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with pokecrystal
To do: engine/{menus, movie, overworld, pokemon}
2020-06-17 11:28:47 -04:00
Rangi
f8c1754238 Harmonize engine/{gfx, items, link, math} with pokecrystal 2020-06-17 10:39:06 -04:00
Rangi
97c1f9dd27 ReplaceChrisSprite -> UpdatePlayerSprite 2020-06-16 19:37:50 -04:00
Rangi
bc116a0db0 Harmonize engine/{battle, battle_anims, events, games} with pokecrystal 2020-06-16 19:32:30 -04:00
Rangi
356836b1cc Harmonize home/ with pokecrystal 2020-06-16 15:49:17 -04:00
Rangi
437c7404e9 Merge branch 'master' of https://github.com/pret/pokegold 2020-06-16 14:33:05 -04:00
Rangi
fda549a27a [in progress] Harmonize more constant and data files with pokecrystal 2020-06-16 14:32:48 -04:00
entrpntr
93747a4839 Map script cleanups. 2020-06-16 13:52:20 -04:00
Rangi
011f795ea7 gold_silver_intro.asm -> intro.asm 2020-06-16 11:43:48 -04:00
Rangi
782b0a7c88 Harmonize some more symbols with pokecrystal 2020-06-16 11:28:35 -04:00
Rangi
de86add680 Fix over-replacement 2020-06-16 00:25:31 -04:00
Rangi
fe01038cd1 BlackOutBGMap -> FillBGMap0WithBlack (after pokecrystal's HDMATransfer_FillBGMap0WithBlack) 2020-06-16 00:23:37 -04:00
Rangi
8376fcce8e hFF9E -> hBlackOutBGMapThird 2020-06-16 00:02:34 -04:00
Rangi
5724e47c50 Identify wObjectPriorities 2020-06-15 23:28:44 -04:00
Rangi
f62e67f578 Define wStackBottom 2020-06-15 18:16:50 -04:00
Rangi
b768d13325 Remove a speculative comment 2020-06-15 17:55:53 -04:00
Rangi
f1570d5d9d Include legacy macros
Audio macros are useful for old music .asm, and in general, this makes pokegold and pokecrystal more compatible.
2020-06-15 17:43:44 -04:00
Rangi
b3e38f1246 Remove Crystal-only CaughtData 2020-06-15 17:41:02 -04:00
Rangi
03e93e5a70 WiseTriosRoom -> EcruteakTinTowerBackEntrance 2020-06-15 17:32:11 -04:00
Rangi
42c5aab5e3 Remove unused map scene IDs 2020-06-15 17:23:27 -04:00
Rangi
dac20d6dd2 SPRITE_BUENA -> SPRITE_BEAUTY 2020-06-15 17:12:24 -04:00
Rangi
6218f183a3
Merge pull request #51 from entrpntr/misc
Small cleanups
2020-06-15 15:21:26 -04:00
entrpntr
85cd0e5e1c Fix bug comments as indicated in review. 2020-06-15 15:08:42 -04:00
entrpntr
2fb48b556e Padding -> unused beta pics in base stats. 2020-06-15 14:30:57 -04:00
entrpntr
e9b6a2fc62 Miscellaneous cleanups. 2020-06-15 14:08:24 -04:00
Rangi
54bbefeed1 Treat std scripts like specials and predefs (ported from pokecrystal) 2020-06-15 13:25:56 -04:00
Rangi
9f01e33a04 Port miscellaneous recent updates from pokecrystal 2020-06-15 13:12:56 -04:00
Rangi
0bc1e91d21 Concatenate multiple intro 2bpps together before compression 2020-06-15 12:29:42 -04:00
Rangi
6bc203541b Use pokecrystal's sine_table macro
A circle has 65536 "degrees", so 32768 "degrees" = pi radians = half a circle
2020-06-15 12:12:05 -04:00
Rangi
9048adc08a Mention pokegold in tools/unnamed.py output 2020-06-15 11:58:00 -04:00
Rangi
703298a8f0 Fix tools/unnamed.py for pokegold 2020-06-15 10:53:36 -04:00
Rangi
4f6f1926a5 Match hooh_gold.2bpp.lz and lugia_silver.2bpp.lz, and fix the Travis CI webhook.sh
To do: revise hooh_gold.png and lugia_silver.png to resemble their screens, and use rgbgfx options to match the 2bpp tiles
2020-06-15 10:46:52 -04:00
Rangi
5a8dc2b103 Sync PlayersHouse1F labels with pokecrystal 2020-06-14 21:52:58 -04:00
Rangi
cf9f4a1745 checkflag takes ENGINE constants, not EVENT constants 2020-06-14 21:39:00 -04:00
Rangi
2fc95196e9 Set up Travis CI 2020-06-14 21:32:54 -04:00
Rangi
51a580a83f SGB border maps include the middle $00 area, which make strips out using tr 2020-06-14 21:19:15 -04:00
Rangi
ae14056d11 Fix #49: use the same tilepal macro as pokecrystal 2020-06-14 21:07:41 -04:00
Rangi
00257be5a0 Match mosh remaining .2bpp.lz files
Still to go:

- gfx/pokemon/alakazam/back_silver.2bpp.lz.bin
- gfx/title/hooh_gold.2bpp.lz.bin
- gfx/title/lugia_silver.2bpp.lz.bin
2020-06-14 20:58:30 -04:00
Rangi
b6b573152c Derive Pokémon frontpic dimensions using tools/png_dimensions 2020-06-14 19:00:34 -04:00
Rangi
1521f52e37 Make .gbcpal files for Pokémon and trainer sprites
Pokémon use their back sprites since front sprites differ between Gold and Silver.
2020-06-14 18:32:33 -04:00
Rangi
94a70b63cf Sync tools with pokecrystal (fixes warnings when building lzcomp)
palette.c and png_dimensions.c will be synced when they are used.
2020-06-14 18:08:43 -04:00
Rangi
7f6bc3d382
Merge pull request #50 from entrpntr/pics2
Switch to building binary pic files from pngs
2020-06-14 17:49:36 -04:00
entrpntr
0e5edf03ff Braindead matching for now (incbin .lz.bin for non-matching lz's). 2020-06-14 17:32:42 -04:00
entrpntr
7e87fed84a Add .lz.bin files for the current non-matching graphics files. 2020-06-14 16:36:38 -04:00
entrpntr
485d9d99df WIP commit (doesn't build currently). 2020-06-14 16:22:34 -04:00
entrpntr
4ac8bcc29a Checkpoint where things mostly work. 2020-06-14 15:07:27 -04:00