pokecrystal-board/engine/overworld
xCrystal 59bda0b36b Fix some pokecrystal bug and glitches (#8)
Credits sequence changes move selection menu behavior; Swimming NPCs aren't limited by their movement radius; No bump noise if standing on tile E; The unused phonecall script command may crash; ScriptCall can overflow wScriptStack and crash; LoadSpriteGFX does not limit the capacity of UsedSprites; ReadObjectEvents overflows into wObjectMasks; ClearWRAM only clears WRAM bank 1; BattleAnimCmd_ClearObjs only clears the first 6⅔ objects; Options menu fails to clear joypad state on initialization
2023-07-27 13:01:32 +02:00
..
cmd_queue.asm Remove original maps and object events (#1) 2023-07-25 15:33:08 +02:00
decorations.asm Identify some wMenuJoypad-related button constants 2022-03-09 19:42:26 -05:00
events.asm Fix some pokecrystal bug and glitches (#8) 2023-07-27 13:01:32 +02:00
init_map.asm Use TRUE for hCGBPalUpdate 2020-08-05 16:02:48 +02:00
landmarks.asm Remove original maps and object events (#1) 2023-07-25 15:33:08 +02:00
load_map_part.asm Rename the object_struct field labels and constants (#1005) 2022-09-12 09:15:44 -04:00
map_object_action.asm Rename the object_struct field labels and constants (#1005) 2022-09-12 09:15:44 -04:00
map_objects_2.asm Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to OBJECT_LENGTH 2019-11-03 12:26:38 -05:00
map_objects.asm Rename PAL_NPC_SILVER to PAL_NPC_EMOTE (#1053) 2023-06-01 07:47:53 -05:00
map_setup.asm Replace many '; unused' with '; unreferenced' 2020-10-28 10:21:10 -04:00
movement.asm Rename the object_struct field labels and constants (#1005) 2022-09-12 09:15:44 -04:00
npc_movement.asm Fix some pokecrystal bug and glitches (#8) 2023-07-27 13:01:32 +02:00
overworld.asm Fix some pokecrystal bug and glitches (#8) 2023-07-27 13:01:32 +02:00
player_movement.asm Fix some pokecrystal bug and glitches (#8) 2023-07-27 13:01:32 +02:00
player_object.asm Relabel some map_object struct fields (#1029) 2023-01-03 22:16:08 -05:00
player_step.asm Remove Mobile, Battle Tower, Mystery Gift, and Odd Egg (#1) 2023-07-24 21:13:11 +02:00
scripting.asm Fix some pokecrystal bug and glitches (#8) 2023-07-27 13:01:32 +02:00
select_menu.asm Rename some labels 2020-12-23 16:29:30 -05:00
spawn_points.asm Make the map setup commands match the actual function names better 2019-11-18 18:21:57 +01:00
tile_events.asm Rename the object_struct field labels and constants (#1005) 2022-09-12 09:15:44 -04:00
time.asm Remove unnecessary event and engine flags (#1) 2023-07-25 18:24:38 +02:00
variables.asm Remove Mobile, Battle Tower, Mystery Gift, and Odd Egg (#1) 2023-07-24 21:13:11 +02:00
warp_connection.asm Further remove unnecessary DMG/SGB checking (#7) and remove SGB layouts and palette data (#1) 2023-07-26 17:02:33 +02:00
wildmons.asm Remove original maps and object events (#1) 2023-07-25 15:33:08 +02:00