papermario/tools/renames
Alex Bates 10e9021a77 use nullptr instead of NULL
Replaces all instances of NULL with nullptr, and adds code defining it to types.h.

C23 standardized the nullptr keyword. In general, we should prefer the standard spelling of things. C++ also uses nullptr.

NULL is defined as 0 by libultra. nullptr is (void*)0, which can cause additional (correct) warnings. We can generally fix these by typing integers as pointers correctly.
2025-06-15 17:37:48 +01:00
..
0_evt_macros_remove_prefix_and_make_pascal_case.txt
1_sprite_anims.txt
2_battle_camera_presets.txt dx camera upstreams (#1207) 2024-09-23 14:42:15 -04:00
3_npc_enemy_encounter_evtgroup_flags.txt npc-enemy-flags (#1212) 2024-10-07 23:15:38 -04:00
4_c23_bool_nullptr.txt use nullptr instead of NULL 2025-06-15 17:37:48 +01:00