mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-27 04:55:04 -04:00
6d556f8cf7
clean up constant definitions make tweaks from review
7 lines
255 B
C++
7 lines
255 B
C++
.include "constants/gba_constants.inc"
|
|
.include "constants/global.inc"
|
|
.include "constants/contest_constants.inc"
|
|
.include "constants/pokemon_data_constants.inc"
|
|
.include "constants/berry_constants.inc"
|
|
.include "constants/contest_move_effects.inc"
|