mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-06 13:28:21 -05:00
* add debug build target * fix maybe uninitialized error * add option to undef NDEBUG * debug for agbcc * init instead of ignore to not break agbcc * make clean removes modern and agbcc artifacts. explicit use of -O0 again for NOOPT * automatically enable debug menu when building for debug * automatically enable debug menu when building for debug * automatically enable debug menu when building for debug * clean up previous mess omg * remove preproc around debug menus * automatically enable debug menu when building for debug * clean up previous mess omg * Apply suggestions from code review Co-authored-by: Bassoonian <iasperbassoonian@gmail.com> * Update Makefile * Update field_control_avatar.c * make debug print independent * remove unwanted changes * remove trailing endif --------- Co-authored-by: Bassoonian <iasperbassoonian@gmail.com> |
||
|---|---|---|
| .. | ||
| abnormal_weather.inc | ||
| apprentice.inc | ||
| battle_pike.inc | ||
| berry_blender.inc | ||
| berry_tree.inc | ||
| cable_club.inc | ||
| cave_hole.inc | ||
| cave_of_origin.inc | ||
| check_furniture.inc | ||
| config.inc | ||
| contest_hall.inc | ||
| day_care.inc | ||
| debug.inc | ||
| elite_four.inc | ||
| field_move_scripts.inc | ||
| field_poison.inc | ||
| flash.inc | ||
| follower.inc | ||
| gabby_and_ty.inc | ||
| gift_altering_cave.inc | ||
| gift_aurora_ticket.inc | ||
| gift_battle_card.inc | ||
| gift_mystic_ticket.inc | ||
| gift_old_sea_map.inc | ||
| gift_pichu.inc | ||
| gift_stamp_card.inc | ||
| gift_trainer.inc | ||
| hall_of_fame.inc | ||
| interview.inc | ||
| item_ball_scripts.inc | ||
| kecleon.inc | ||
| lilycove_lady.inc | ||
| mauville_man.inc | ||
| move_tutors.inc | ||
| movement.inc | ||
| new_game.inc | ||
| obtain_item.inc | ||
| pc_transfer.inc | ||
| pc.inc | ||
| pkmn_center_nurse.inc | ||
| players_house.inc | ||
| prof_birch.inc | ||
| profile_man.inc | ||
| questionnaire.inc | ||
| record_mix.inc | ||
| repel.inc | ||
| rival_graphics.inc | ||
| roulette.inc | ||
| safari_zone.inc | ||
| secret_base.inc | ||
| secret_power_tm.inc | ||
| set_gym_trainers.inc | ||
| shared_secret_base.inc | ||
| std_msgbox.inc | ||
| surf.inc | ||
| test_signpost.inc | ||
| trainer_battle.inc | ||
| trainer_hill.inc | ||
| trainer_script.inc | ||
| tv.inc | ||