Xillicis
fb7aa4b2e0
Update to rgbds v0.8.0 ( #57 )
...
* First test commit
* XIL: All changes for pokepinball to work with rgbds v0.8.0
2024-12-22 17:53:44 -06:00
Raymond Dodge
69a220a9ef
Turn two $ffa0 that are not related to hSCY back into literals
...
These two additions are instead moving a cursor from the vram
coordinates of one high-score row to the previous row;
since each row is three tiles tall, that is subtracting $60,
or equivalently adding $ffa0.
Without this change and if hSCY is moved, the high score table will
have names and scores drawn to the wrong location.
2024-03-17 09:27:26 -05:00
Raymond Dodge
6de8db1252
Give labels to literal hram-address loads
2024-03-17 09:27:05 -05:00
Raymond Dodge
d1f4c7fab7
Use labels instead of constants for HRAM
...
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2024-03-17 09:27:05 -05:00
Raymond Dodge
214ddbcb2e
Use some of the SPRITE_XXX_COUNT constants
2023-10-03 13:59:37 -04:00
Raymond Dodge
891ee4b8cb
Label some previously-missed sprites
2023-09-16 07:07:31 -04:00
Raymond Dodge
2fc8ac70cd
Label sprites and wram related to field_select and high_scores
2023-09-10 04:25:19 -04:00
Raymond Dodge
d5b3210856
Rebrand OAM system to Sprite system
2023-09-10 02:24:52 -04:00
dannye
5c01c5f21f
Normalize line endings
2023-01-06 17:33:36 -06:00
Marcus Huderle
18ef12033a
Document minigame-related things
2022-05-28 13:24:09 -05:00
Marcus Huderle
0221964952
Rename HBlank interrupt to STAT interrupt, and various home labeling
2018-04-23 09:51:58 -07:00
Marcus Huderle
bd89e966c6
Use song constants and labels. Swap red and blue field music to be correct
2017-09-09 12:34:18 -07:00
Marcus Huderle
24399a8a19
Label various WRAM addresses
2017-09-08 19:31:01 -07:00
Marcus Huderle
504e04e292
Use sHighScores label
2017-07-16 08:53:12 -07:00
Marcus Huderle
3cd4aee015
More core labeling and organizing
2017-07-10 20:46:17 -07:00
PikalaxALT
c0382daeb5
Some more organization of HOME
2017-07-09 13:16:41 -04:00
Marcus Huderle
1add8675b3
Merge pull request #13 from NieDzejkob/permissions
...
Stop using Win^H^H^Hwindows DansGame
2017-07-08 07:23:24 -07:00
Marcus Huderle
b4d7dffd1c
Label evolution, joypad, message box things
2017-07-07 19:57:13 -07:00
NieDzejkob
0d6ede3fd2
Stop using Win^H^H^Hwindows DansGame
2017-07-07 22:46:11 +02:00
Marcus Huderle
f8b61dfb14
More wram.asm labeling and cleanup
2017-07-04 09:55:16 -07:00
Marcus Huderle
e9b44a46d0
Label some wram offsets
2017-07-03 11:03:23 -07:00
Marcus Huderle
eaf4a119fa
Label FadeOut and FadeIn routines
2017-07-03 09:52:37 -07:00
Marcus Huderle
9e3e04c007
Move field select, high scroes, and options screens into separate files
2017-06-19 14:40:53 -07:00