yenatch
|
8d2b9f3fcb
|
Remove the FuncCoord macro.
Variables can't use labels, so a macro that doesn't use variables is better suited.
|
2014-06-04 01:18:54 -07:00 |
|
yenatch
|
fd8804472d
|
Use {hl,de,bc}coord macros wherever possible.
|
2014-06-04 01:10:56 -07:00 |
|
yenatch
|
b17553218b
|
Add a dereferenced stats screen function.
This was probably used in the stats screen in JP versions.
It fell out of use when the stats screen layout was redon in localization.
|
2014-06-04 00:34:01 -07:00 |
|
yenatch
|
6718981fb1
|
Truncate MAX_LEVEL + 1 if it exceeds 8 bits.
If MAX_LEVEL was set to 255, the value could not fit into a byte.
|
2014-06-03 16:34:21 -07:00 |
|
yenatch
|
21708a2271
|
Recomment lz deecompression.
|
2014-06-03 14:08:23 -07:00 |
|
yenatch
|
20444d2f63
|
More MAX_LEVEL use.
|
2014-06-03 14:07:10 -07:00 |
|
yenatch
|
99fbe3147b
|
Rename directory stats -> data.
|
2014-05-31 22:57:00 -07:00 |
|
yenatch
|
9755ff375a
|
Split bank 0 battle functions into home/battle.asm.
|
2014-05-21 16:37:18 -04:00 |
|
yenatch
|
3624794599
|
Split bank 0 audio functions into home/audio.asm.
|
2014-05-21 16:26:28 -04:00 |
|
yenatch
|
2cb3f8e1b9
|
Comment music functions in home.asm.
|
2014-05-21 16:21:46 -04:00 |
|
yenatch
|
93f406e8b4
|
Revert some misused labels to static values in main.asm.
|
2014-05-06 16:57:21 -04:00 |
|
yenatch
|
67b3a7fc57
|
Battle animation object sprite data.
|
2014-05-05 16:52:40 -04:00 |
|
yenatch
|
32d1a77341
|
Battle animation object attributes and data.
|
2014-05-05 16:36:29 -04:00 |
|
yenatch
|
50062957f9
|
Add an unused function in battle animation commands.
|
2014-05-05 16:27:48 -04:00 |
|
yenatch
|
ddc88bed4b
|
Use a macro for sine waves.
So far they're identical, but amplitude could change.
|
2014-05-05 15:58:43 -04:00 |
|
yenatch
|
2a2b5d7f23
|
Battle BG effect data.
Pokemon appearing from a ball, screen fades, etc.
|
2014-05-05 15:17:13 -04:00 |
|
yenatch
|
c8055c17f2
|
Fix static farcalls in AI scoring.
|
2014-05-05 03:30:51 -04:00 |
|
yenatch
|
1fcc69e495
|
Fix up some labels in the battle animation object engine.
|
2014-05-05 03:30:21 -04:00 |
|
yenatch
|
2ead808353
|
More labels and incbins in slots, PC menus, intro.
|
2014-05-05 03:04:14 -04:00 |
|
yenatch
|
92c40ba266
|
Labels for mail graphics.
|
2014-05-04 18:02:45 -04:00 |
|
yenatch
|
066d569e7e
|
Radio text/music and mail jumptables.
|
2014-05-04 03:28:57 -04:00 |
|
yenatch
|
dbb7431cde
|
Give a name to RandomRange.
|
2014-05-03 21:44:18 -04:00 |
|
yenatch
|
a7a95e59f7
|
Headbutt tree encounter maps.
|
2014-05-03 21:43:54 -04:00 |
|
yenatch
|
3fcaea4780
|
Misc incbins in fly menu, slots, phone.
|
2014-05-03 20:57:09 -04:00 |
|
yenatch
|
772c2c48e4
|
Sprite predef engine data.
Appears to display predefined sprites at given coordinates.
This lets multiple sprites be drawn in any order without interacting with OAM directly.
|
2014-05-03 17:33:00 -04:00 |
|