diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-04 09:03:51 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-04 09:03:51 -0400 |
| commit | 7445441edfb298f40cc186976f3721f4e1be81bd (patch) | |
| tree | 05316f328b328a2231b05970b9233265d9eab6a3 /engine/town_map.asm | |
| parent | Remaining maps in bank 1D (and the whole ROM) (diff) | |
| download | pokeyellow-7445441edfb298f40cc186976f3721f4e1be81bd.tar.gz pokeyellow-7445441edfb298f40cc186976f3721f4e1be81bd.tar.xz pokeyellow-7445441edfb298f40cc186976f3721f4e1be81bd.zip | |
Pikachu pics; town map entries
Diffstat (limited to 'engine/town_map.asm')
| -rwxr-xr-x | engine/town_map.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/town_map.asm b/engine/town_map.asm index aff126ee..2d4f0023 100755 --- a/engine/town_map.asm +++ b/engine/town_map.asm @@ -588,14 +588,14 @@ LoadTownMapEntry: ; 7137a (1c:537a) ld l, a ret -ExternalMapEntries: ; 7139c (1c:539c) - dr $7139c,$7140b -InternalMapEntries: ; 7140b (1c:540b) - dr $7140b,$7174b +; ExternalMapEntries: ; 7139c (1c:539c) + ; dr $7139c,$7140b +; InternalMapEntries: ; 7140b (1c:540b) + ; dr $7140b,$7174b -;INCLUDE "data/town_map_entries.asm" +INCLUDE "data/town_map_entries.asm" -;INCLUDE "text/map_names.asm" ; TODO: relabel addresses +INCLUDE "text/map_names.asm" ; TODO: relabel addresses MonNestIcon: ; 7174b (1c:574b) INCBIN "gfx/mon_nest_icon.1bpp" |
