You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Start organizing WRAM
- Use db and dw when they're more meaningful than ds 1/2 - Use unions to group related labels
This commit is contained in:
@@ -491,7 +491,7 @@ ParseCredits: ; 1099aa
|
||||
ld a, MUSIC_POST_CREDITS % $100
|
||||
ld [MusicFadeID], a
|
||||
ld a, MUSIC_POST_CREDITS / $100
|
||||
ld [MusicFadeIDHi], a
|
||||
ld [MusicFadeID + 1], a
|
||||
ret
|
||||
|
||||
.get
|
||||
|
||||
Reference in New Issue
Block a user