diff options
| author | YamaArashi <shadow962@live.com> | 2014-09-14 11:29:18 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-09-14 11:29:18 -0700 |
| commit | 2ed65d9c3e3ba60939ebe2928ffddc06a90b1876 (patch) | |
| tree | 0efc4cb1b79494d119524b120d27c8c5b74a6a05 /engine/hidden_object_functions18.asm | |
| parent | Commented more sprite and map code (diff) | |
| download | pokeyellow-2ed65d9c3e3ba60939ebe2928ffddc06a90b1876.tar.gz pokeyellow-2ed65d9c3e3ba60939ebe2928ffddc06a90b1876.tar.xz pokeyellow-2ed65d9c3e3ba60939ebe2928ffddc06a90b1876.zip | |
Commented/labelled misc functions
Diffstat (limited to 'engine/hidden_object_functions18.asm')
| -rwxr-xr-x | engine/hidden_object_functions18.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hidden_object_functions18.asm b/engine/hidden_object_functions18.asm index 9dd7fac7..7696626f 100755 --- a/engine/hidden_object_functions18.asm +++ b/engine/hidden_object_functions18.asm @@ -70,7 +70,7 @@ PrintBenchGuyText: ; 6245d (18:645d) ld a, [hl] jp PrintPredefTextID -; format: db map id, 08, text id of PointerTable_3f22 +; format: db map id, 08, text id of PredefTextIDPointerTable PokeCenterMapIDList: ; 6247e (18:647e) db VIRIDIAN_POKECENTER,$08,$0F db PEWTER_POKECENTER,$08,$10 |
