diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-21 14:21:14 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-21 14:21:14 -0700 |
| commit | dcc7f3bc9f41f2d5e0f7448b4688c1058da0040b (patch) | |
| tree | 7f9cbc30a08550b4e5b37b28810887472672610b /engine/hall_of_fame.asm | |
| parent | comments for event constants (diff) | |
| download | pokeyellow-dcc7f3bc9f41f2d5e0f7448b4688c1058da0040b.tar.gz pokeyellow-dcc7f3bc9f41f2d5e0f7448b4688c1058da0040b.tar.xz pokeyellow-dcc7f3bc9f41f2d5e0f7448b4688c1058da0040b.zip | |
named more constants
Diffstat (limited to 'engine/hall_of_fame.asm')
| -rwxr-xr-x | engine/hall_of_fame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index 7361fea2..1fc2c5c5 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -207,7 +207,7 @@ HoFLoadMonPlayerPicTileIDs: ; 7036d (1c:436d) predef_jump CopyTileIDsFromList HoFDisplayPlayerStats: ; 70377 (1c:4377) - SetEvent EVENT_003 + SetEvent EVENT_HALL_OF_FAME_DEX_RATING predef DisplayDexRating coord hl, 0, 4 ld b, $6 |
