Skip to content

Commit

Permalink
Update docs/vc_patch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 authored Dec 27, 2024
1 parent d31ed08 commit e1497b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vc_patch.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The `.patch.template` file is the basis for the `.patch` file. Many numeric valu

### vc/pokecrystal11.constants.asm

The `.constants.asm` file is used to export the values of *constants* that are needed by `.patch.template`. Any constants that the `.patch.template` refers to must be explicitly exported with the `EXPORT` rgbasm directive, so their values may appear in the `.sym`.
The `.constants.asm` file is used to export the values of *constants* that are needed by `.patch.template`, so their values will appear in the `.sym` file along with *labels* (ROM banks and addresses).


### tools/make_patch.c
Expand Down

0 comments on commit e1497b9

Please sign in to comment.