Llinos Evans
f65e0dd3bf
Groundwork for Galarian Bird event
...
This adds the first half of an event where you will find the Galarian Birds. It is not finished yet.
It currently bugs out when Galarian Zapdos tries to run away and I don't know why. Frame-by-frame, it seems to be when the player has to move. I've tried different things to make this less bad, but they don't work.
Here's how it's meant to go:
1) Articuno flies away (done)
2) Zapdos barges past the player like Silver does in GSC (bugs out)
3) Moltres moves in front of the player and engages (not done)
If anyone has a better way to do this, please let me know!
Minor changes;
- Connection for Brunswick-Citrine looks nicer
- Celeste has a few changes to make the event run easier.
2023-04-27 18:00:47 +01:00
May Evans
648289d4a9
lots of bug fixes
...
added a log for them in the readme
2022-08-31 15:18:16 +01:00
Colton G. Rushton
cc46b0e510
wOAMBuffer -> wShadowOAM ( #370 )
2022-07-09 17:18:18 -04:00
vulcandth
6b5be9129c
RGBDS syntax updates ( #358 )
...
New MACRO and DEF syntax
2022-06-06 17:25:31 -04:00
dannye
66377fca32
Fix file modes
2020-11-14 20:52:10 -06:00
Rangi
76289dfda0
Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal
2020-07-17 15:58:06 -04:00
Rangi
4a7d1513f3
Use 'tile' and 'tiles' macros
2020-07-07 16:21:26 -04:00
Rangi
13129459f1
Sync coordinate macros with pokecrystal
2020-07-07 11:30:10 -04:00
Rangi
772fcc7588
Specify the ldh instruction, don't turn ld into ldh
2020-07-06 19:03:05 -04:00
Rangi
2b2ed54bbf
Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow
2020-07-05 17:51:29 -04:00
Rangi
139a28ff99
Port pokecrystal's formatting of text commands and special characters
2020-07-04 21:14:46 -04:00
Rangi
b29e5ee203
Add subdirectories to data/ similar to pokecrystal
...
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-03 11:51:00 -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
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
YamaArashi
fd2235e678
sync engine code with pokeyellow
2016-06-12 00:52:13 -07:00
YamaArashi
7f34e28f24
remove address comments
2016-06-11 17:24:04 -07:00
dannye
38065a744d
No more W_
2015-08-30 21:38:41 -05:00
dannye
f8a9c37a00
Use more lb
...
and other clean up
2015-08-05 16:25:58 -05:00
YamaArashi
7f6d0d49b6
more naming variables
2015-07-24 20:27:59 -07:00
dannye
b4081e851a
Rename sound effect files
2015-07-22 09:57:31 -05:00
dannye
ea9cc86949
Name sound effects
2015-07-19 03:46:12 -05:00
YamaArashi
01631a2e59
player animations, emotion bubbles, etc.
2015-07-14 14:32:49 -07:00
U-Daniel-PC\Daniel
cd649184f5
Rename/organize part 1 of 4
...
rename functions, clean up address/wram comments, other misc
only broken up so that all changes are viewable on github
2015-07-03 14:37:53 -05:00
YamaArashi
332b7b3090
relabel and add comment
2015-03-13 19:22:55 -07:00
YamaArashi
1115b4454d
commented mon_party_sprites.asm
2015-03-13 05:36:34 -07:00
U-Daniel-PC\Daniel
8744b3bf8b
Fix some sfx ids
2015-01-27 03:26:33 -05:00
YamaArashi
0c916aea33
Commented more sprite and map code
2014-09-13 00:50:56 -07:00
YamaArashi
91793015e5
Labelled and commented mostly sprite-related things
2014-09-09 20:55:19 -07:00
U-Fish-PC\Daniel
bd533aa79b
Use *Coord instead of FuncCoord
...
Using 'Coord =' doesn't like using wTileMap
So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord
to avoid static addresses
2014-06-25 16:58:27 -04:00
yenatch
b36f793667
Use macros for predef calls/jumps instead of static ids.
2014-06-16 13:57:26 -07:00
yenatch
35f2bb90d4
Rename predef functions so they aren't excessive in length.
...
This is mostly because of an rgbasm bug that prevents macro arguments
from exceeding 16 characters, but the names were bad anyway.
2014-06-16 13:03:05 -07:00
yenatch
38ac74f222
Remove generated "indirect jump" comments.
...
The destination is obvious when using the predef macro.
2014-06-16 11:37:36 -07:00
yenatch
da0a72cdbf
Use VRAM constants where applicable.
2014-05-29 01:31:46 -07:00
yenatch
40c17c906b
Remove most static wram addresses. Use labels instead.
...
For unknown addresses, use "w<address>".
Label overleads are still an issue.
2014-05-26 22:04:39 -07:00
yenatch
031e33957d
Rename joypad registers.
2014-05-25 10:53:09 -07:00
U-Fish-PC\Daniel
15427f5320
Pull a lot of engine out of main.asm
2014-05-22 18:13:20 -04:00