pokecrystal-board/home
mid-kid a241f049df Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes
No prefix for the farcall, prefix with an underscore for the farcalled.
This matches what is done for pretty much every other home function.
2020-02-13 18:31:10 +01:00
..
audio.asm Merge branch 'master' into audio-macros 2020-01-06 22:07:33 -06:00
battle_vars.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
battle.asm TextBox -> Textbox 2019-04-09 16:09:18 +02:00
clear_sprites.asm Remove all address comments 2018-06-24 16:13:22 +02:00
compare.asm StringCmp → CompareBytes; CompareLong → CompareBytesLong 2018-07-23 00:25:53 -04:00
copy2.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
copy_name.asm Remove all address comments 2018-06-24 16:13:22 +02:00
copy_tilemap.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
copy.asm Fix some constants around wLinkMode 2019-11-18 18:21:57 +01:00
cry.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
decompress.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
delay.asm Fix triple newlines left over from removing address comments 2018-06-24 23:22:50 -04:00
double_speed.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
fade.asm Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic 2018-09-09 18:15:54 -04:00
farcall.asm Fix miscellaneous points made in #658 2019-11-23 20:56:22 -05:00
flag.asm Cosmetic fixes 2018-11-20 21:53:45 +01:00
game_time.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
handshake.asm Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes 2020-02-13 18:31:10 +01:00
hm_moves.asm Remove all address comments 2018-06-24 16:13:22 +02:00
hp_pals.asm Remove all address comments 2018-06-24 16:13:22 +02:00
init.asm Make the map setup commands match the actual function names better 2019-11-18 18:21:57 +01:00
interrupts.asm move rst.asm and interrupts.asm into home/ 2017-12-24 21:47:11 -05:00
item.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
joypad.asm Document WaitPressAorB_BlinkCursor a bit 2019-11-18 18:21:57 +01:00
lcd.asm Fix usage of rIE and rSC constants 2019-05-25 17:59:50 +02:00
map_objects.asm Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to OBJECT_LENGTH 2019-11-03 12:26:38 -05:00
map.asm Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes 2020-02-13 18:31:10 +01:00
math.asm Fix triple newlines left over from removing address comments 2018-06-24 23:22:50 -04:00
menu2.asm Split menu code out of home/movement.asm 2019-11-03 14:46:36 -05:00
menu_window.asm TextBox -> Textbox 2019-04-09 16:09:18 +02:00
menu.asm Split menu code out of home/movement.asm 2019-11-03 14:46:36 -05:00
mobile.asm TextBox -> Textbox 2019-04-09 16:09:18 +02:00
mon_data_2.asm Remove all address comments 2018-06-24 16:13:22 +02:00
mon_data.asm Identify four padding bytes in base data as beta front/back pic pointers 2020-02-04 11:07:16 -05:00
mon_stats.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
movement.asm Split menu code out of home/movement.asm 2019-11-03 14:46:36 -05:00
names.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
palettes.asm Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes 2020-02-13 18:31:10 +01:00
pokedex_flags.asm Remove all address comments 2018-06-24 16:13:22 +02:00
predef.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
print_bcd.asm Bit 6 of PrintNum left-aligns numbers 2019-11-03 20:17:04 -05:00
print_level.asm Bit 6 of PrintNum left-aligns numbers 2019-11-03 20:17:04 -05:00
print_text.asm TextBox -> Textbox 2019-04-09 16:09:18 +02:00
queue_script.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
random.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
region.asm Remove all address comments 2018-06-24 16:13:22 +02:00
rst.asm Separate tilesets.o goes with pics.o and sprites.o 2019-11-23 20:43:33 -05:00
rtc.asm Remove all address comments 2018-06-24 16:13:22 +02:00
scrolling_menu.asm TextBox -> Textbox 2019-04-09 16:09:18 +02:00
serial.asm Fix usage of rIE and rSC constants 2019-05-25 17:59:50 +02:00
sine.asm Remove all address comments 2018-06-24 16:13:22 +02:00
sprite_anims.asm InitSpriteAnimStruct <-> _InitSpriteAnimStruct 2020-02-13 18:31:10 +01:00
sprite_updates.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
sram.asm Remove all address comments 2018-06-24 16:13:22 +02:00
stone_queue.asm Define constants for map event sizes 2019-03-03 14:19:16 -05:00
string.asm Misc fixes 2019-06-04 13:31:22 +02:00
text.asm Bit 6 of PrintNum left-aligns numbers 2019-11-03 20:17:04 -05:00
tilemap.asm Update to rgbds 0.3.8 2019-02-16 12:17:55 -05:00
time.asm Clean up comments in home/time.asm 2020-01-31 20:59:48 -05:00
trainers.asm Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to OBJECT_LENGTH 2019-11-03 12:26:38 -05:00
vblank.asm Fix usage of rIE and rSC constants 2019-05-25 17:59:50 +02:00
video.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
window.asm Make the map setup commands match the actual function names better 2019-11-18 18:21:57 +01:00