pokecrystal/engine
Rangi 4c8c5c10a8 Use rgbasm's GameBoy graphics literal for initializing wCreditsFaux2bpp
In the 2BPP format, two bytes %ABCDEFGH %abcdefgh define eight pixels %Aa %Bb %Cc %Dd %Ee %Ff %Gg %Hh.
Four valid colors: %00 = 0 = white, %01 = 1 = dark, %10 = 2 = light, %11 = 3 = black.
Thus `22222222 = pixels %10 %10 %10 %10 %10 %10 %10 %10 = bytes %11111111 %00000000 = $ff00.
2018-08-25 22:38:57 -04:00
..
battle hLabel - $ff00 -> LOW(hLabel) 2018-08-25 14:34:25 -04:00
battle_anims These are signed offsets, not addresses (thanks, PikalaxALT) 2018-08-25 14:43:02 -04:00
events Reorganize math-related HRAM union (ffb3) 2018-08-25 21:49:26 -04:00
games Remove HRAM label address comments 2018-08-25 14:39:24 -04:00
gfx hLabel - $ff00 -> LOW(hLabel) 2018-08-25 14:34:25 -04:00
items Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
link Reorganize math-related HRAM union (ffb3) 2018-08-25 21:49:26 -04:00
math Reorganize math-related HRAM union (ffb3) 2018-08-25 21:49:26 -04:00
menus Remove HRAM label address comments 2018-08-25 14:39:24 -04:00
movie Use rgbasm's GameBoy graphics literal for initializing wCreditsFaux2bpp 2018-08-25 22:38:57 -04:00
overworld Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
phone Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
pokedex Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
pokegear Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
pokemon Remove HRAM label address comments 2018-08-25 14:39:24 -04:00
printer Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
rtc Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
tilesets Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
predef.asm Remove all address comments 2018-06-24 16:13:22 +02:00
smallflag.asm Remove all address comments 2018-06-24 16:13:22 +02:00