diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-09-11 00:05:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-11 01:05:04 -0400 |
| commit | 74cee737f6990fd770838eb8fe4d090028a76bd9 (patch) | |
| tree | 7fbeb06d9c35225f9b95915a6b31fa7322b1f09d /constants/pokemon_data_constants.asm | |
| parent | Link to the symbols branch (diff) | |
| download | pokeyellow-74cee737f6990fd770838eb8fe4d090028a76bd9.tar.gz pokeyellow-74cee737f6990fd770838eb8fe4d090028a76bd9.tar.xz pokeyellow-74cee737f6990fd770838eb8fe4d090028a76bd9.zip | |
Rename `macros/wram.asm` to `macros/ram.asm` (#388)
Diffstat (limited to 'constants/pokemon_data_constants.asm')
| -rw-r--r-- | constants/pokemon_data_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 1fd7ce19..028d6711 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -23,7 +23,7 @@ DEF BASE_TMHM rb (NUM_TM_HM + 7) / 8 rb_skip DEF BASE_DATA_SIZE EQU _RS -; party_struct members (see macros/wram.asm) +; party_struct members (see macros/ram.asm) rsreset DEF MON_SPECIES rb DEF MON_HP rw |
